#2FB8D4

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

Shades of Summer Sky #2FB8D4

Tints of Summer Sky #2FB8D4

Color information

#2FB8D4 (or 0x2FB8D4) is unknown color: approx Summer Sky. HEX triplet: 2F, B8 and D4. RGB value is (47,184,212). Sum of RGB (Red+Green+Blue) = 47+184+212=443 (58% of max value = 765). Red value is 47 (18.75% from 255 or 10.61% from 443); Green value is 184 (72.27% from 255 or 41.53% from 443); Blue value is 212 (83.20% from 255 or 47.86% from 443); Max value from RGB is 212 - color contains mainly: blue. Hex color #2FB8D4 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #2FB8D4 is #D0472B. Grayscale: #919191. Windows color (decimal): -13649708 or 13940783. OLE color: 13940783.

HSL color Cylindrical-coordinate representation of color #2FB8D4: hue angle of 190.18º degrees, saturation: 0.66, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #2FB8D4 is Cyan = 0.78, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.17.

Color convert

RGB47184212-
CMYK0.780.1300.17
HSL190.18º65.74%50.78%-
HSV(B)190.18º77.83%83.14%-
XYZ30.239.6468.35-
YUV146.23165.1157.22-

RGB Variations

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

RGB

RED value IS 47 (18.75% from 255) = 10.61%
GREEN value IS 184 (72.27% from 255) = 41.53%
BLUE value IS 212 (83.20% from 255) = 47.86%
R=10.61%
G=41.53%
B=47.86%

CMYK

C (Cyan) values IS 0.78
M (Magenta) values IS 0.13
Y (Yellow) values IS 0
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal471842120.780.1300.17190.1865.7450.78
Hex2FB8D44ED011be4233
Octal572703241161502127610263
Binary101111101110001101010010011101101010001101111101000010110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2FB8D4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(47,184,212); }

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

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

 a { background-color: rgb(47,184,212); }

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

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

 span { border-color: rgb(47,184,212); }

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