#3ABEF1

Color #3ABEF1 Summer Sky (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Summer Sky #3ABEF1

Tints of Summer Sky #3ABEF1

Color information

#3ABEF1 (or 0x3ABEF1) is unknown color: approx Summer Sky. HEX triplet: 3A, BE and F1. RGB value is (58,190,241). Sum of RGB (Red+Green+Blue) = 58+190+241=489 (64% of max value = 765). Red value is 58 (23.05% from 255 or 11.86% from 489); Green value is 190 (74.61% from 255 or 38.85% from 489); Blue value is 241 (94.53% from 255 or 49.28% from 489); Max value from RGB is 241 - color contains mainly: blue. Hex color #3ABEF1 is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #3ABEF1 is #C5410E. Grayscale: #9C9C9C. Windows color (decimal): -12927247 or 15842874. OLE color: 15842874.

HSL color Cylindrical-coordinate representation of color #3ABEF1: hue angle of 196.72º degrees, saturation: 0.87, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #3ABEF1 is Cyan = 0.76, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB58190241-
CMYK0.760.2100.05
HSL196.72º86.73%58.63%-
HSV(B)196.72º75.93%94.51%-
XYZ36.0444.0889.83-
YUV156.35175.7757.85-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 58 (23.05% from 255) = 11.86%
GREEN value IS 190 (74.61% from 255) = 38.85%
BLUE value IS 241 (94.53% from 255) = 49.28%
R=11.86%
G=38.85%
B=49.28%

CMYK

C (Cyan) values IS 0.76
M (Magenta) values IS 0.21
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal581902410.760.2100.05196.7286.7358.63
Hex3ABEF14C1505c5573b
Octal72276361114250530512773
Binary11101010111110111100011001100101010101110001011010111111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3ABEF1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #3ABEF1; }

 p { color: rgb(58,190,241); }

 H1.HeaderClassName
 {
   color: #3ABEF1;
 }
 .AnyTagClassName
 {
   color: #3ABEF1;
 }
</style>
background-color css

<style>
 a { background-color: #3ABEF1; }

 a { background-color: rgb(58,190,241); }

 div.DivClassName
 {
   background-color: #3ABEF1;
 }
 .BgClassName
 {
   background-color: #3ABEF1;
 }
</style>
border-color css

<style>
 span { border-color: #3ABEF1; }

 span { border-color: rgb(58,190,241); }

 td.TdClassName
 {
   border-color: #3ABEF1;
 }
 .TagClassName
 {
   border-color: #3ABEF1;
 }
</style>