#2CABF8

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

Shades of Summer Sky #2CABF8

Tints of Summer Sky #2CABF8

Color information

#2CABF8 (or 0x2CABF8) is unknown color: approx Summer Sky. HEX triplet: 2C, AB and F8. RGB value is (44,171,248). Sum of RGB (Red+Green+Blue) = 44+171+248=463 (61% of max value = 765). Red value is 44 (17.58% from 255 or 9.50% from 463); Green value is 171 (67.19% from 255 or 36.93% from 463); Blue value is 248 (97.27% from 255 or 53.56% from 463); Max value from RGB is 248 - color contains mainly: blue. Hex color #2CABF8 is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #2CABF8 is #D35407. Grayscale: #8D8D8D. Windows color (decimal): -13849608 or 16296748. OLE color: 16296748.

HSL color Cylindrical-coordinate representation of color #2CABF8: hue angle of 202.65º degrees, saturation: 0.94, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #2CABF8 is Cyan = 0.82, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.03.

Color convert

RGB44171248-
CMYK0.820.3100.03
HSL202.65º93.58%57.25%-
HSV(B)202.65º82.26%97.25%-
XYZ32.5436.4494.12-
YUV141.8187.9258.24-

RGB Variations

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

RGB

RED value IS 44 (17.58% from 255) = 9.50%
GREEN value IS 171 (67.19% from 255) = 36.93%
BLUE value IS 248 (97.27% from 255) = 53.56%
R=9.50%
G=36.93%
B=53.56%

CMYK

C (Cyan) values IS 0.82
M (Magenta) values IS 0.31
Y (Yellow) values IS 0
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal441712480.820.3100.03202.6593.5857.25
Hex2CABF8521F03cb5e39
Octal54253370122370331313671
Binary1011001010101111111000101001011111011110010111011110111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2CABF8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #2CABF8; }

 p { color: rgb(44,171,248); }

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

<style>
 a { background-color: #2CABF8; }

 a { background-color: rgb(44,171,248); }

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

<style>
 span { border-color: #2CABF8; }

 span { border-color: rgb(44,171,248); }

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