Html Css Color HEX #2FB8CC Summer Sky

📋 copy color: '#2FB8CC'

red 47 ◦ green 184 ◦ blue 204

#2FB8CC
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Summer Sky #2FB8CC

Tints of Summer Sky #2FB8CC

RGB

 RED value IS 47 (18.75% from 255) = 10.8%

 GREEN value IS 184 (72.27% from 255) = 42.3%

 BLUE value IS 204 (80.08% from 255) = 46.9%

R = 10.8%
G = 42.3%
B = 46.9%

CMYK

 C value IS 0.77

 M value IS 0.10

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#2FB8CC (or 0x2FB8CC) is known color: Summer Sky. HEX triplet: 2F, B8 and CC. RGB value is (47,184,204). Sum of RGB (Red+Green+Blue) = 47+184+204=435 (57% of max value = 765). Red value is 47 (18.75% from 255 or 10.80% from 435); Green value is 184 (72.27% from 255 or 42.30% from 435); Blue value is 204 (80.08% from 255 or 46.90% from 435); Max value from RGB is 204 - color contains mainly: blue. Hex color #2FB8CC is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #2FB8CC is #D04733. Grayscale: #919191. Windows color (decimal): -13649716 or 13416495. OLE color: 13416495.

HSL color Cylindrical-coordinate representation of color #2FB8CC: hue angle of 187.64º degrees, saturation: 0.63, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #2FB8CC is Cyan = 0.77, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB 47 184 204 -
CMYK 0.77 0.10 0 0.2
HSL 187.64º 0.63% 0.49% -
HSV(B) 187.64º 0.77% 0.8% -
XYZ 29.21 39.24 63.16 -
YUV 145.32 161.11 57.87 -
System Red Green Blue C M Y K H S L
Decimal 47 184 204 0.77 0.10 0 0.2 187.64 0.63 0.49
Hex 2F B8 CC 4D A 0 14 BC 3F 31
Octal 57 270 314 115 12 0 24 274 77 61
Binary 101111 10111000 11001100 1001101 1010 0 10100 10111100 111111 110001

Color Harmonies of #2FB8CC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2FB8CC

Black with #2FB8CC

Text Example


Text Example

White with #2FB8CC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #2FB8CC;
 }
 .AnyTagClassName
 {
   color: #2FB8CC;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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