Html Css Color HEX #2FBBCC Summer Sky

📋 copy color: '#2FBBCC'

red 47 ◦ green 187 ◦ blue 204

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

Shades of Summer Sky #2FBBCC

Tints of Summer Sky #2FBBCC

RGB

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

 GREEN value IS 187 (73.44% from 255) = 42.69%

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

R = 10.73%
G = 42.69%
B = 46.58%

CMYK

 C value IS 0.77

 M value IS 0.08

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#2FBBCC (or 0x2FBBCC) is known color: Summer Sky. HEX triplet: 2F, BB and CC. RGB value is (47,187,204). Sum of RGB (Red+Green+Blue) = 47+187+204=438 (58% of max value = 765). Red value is 47 (18.75% from 255 or 10.73% from 438); Green value is 187 (73.44% from 255 or 42.69% from 438); Blue value is 204 (80.08% from 255 or 46.58% from 438); Max value from RGB is 204 - color contains mainly: blue. Hex color #2FBBCC is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #2FBBCC is #D04433. Grayscale: #929292. Windows color (decimal): -13648948 or 13417263. OLE color: 13417263.

HSL color Cylindrical-coordinate representation of color #2FBBCC: hue angle of 186.5º 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 #2FBBCC is Cyan = 0.77, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB 47 187 204 -
CMYK 0.77 0.08 0 0.2
HSL 186.5º 0.63% 0.49% -
HSV(B) 186.5º 0.77% 0.8% -
XYZ 29.84 40.5 63.37 -
YUV 147.08 160.12 56.62 -
System Red Green Blue C M Y K H S L
Decimal 47 187 204 0.77 0.08 0 0.2 186.5 0.63 0.49
Hex 2F BB CC 4D 8 0 14 BA 3F 31
Octal 57 273 314 115 10 0 24 272 77 61
Binary 101111 10111011 11001100 1001101 1000 0 10100 10111010 111111 110001

Color Harmonies of #2FBBCC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2FBBCC

Black with #2FBBCC

Text Example


Text Example

White with #2FBBCC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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