Html Css Color HEX #2FB0CB Summer Sky

📋 copy color: '#2FB0CB'

red 47 ◦ green 176 ◦ blue 203

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

Shades of Summer Sky #2FB0CB

Tints of Summer Sky #2FB0CB

RGB

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

 GREEN value IS 176 (69.14% from 255) = 41.31%

 BLUE value IS 203 (79.69% from 255) = 47.65%

R = 11.03%
G = 41.31%
B = 47.65%

CMYK

 C value IS 0.77

 M value IS 0.13

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#2FB0CB (or 0x2FB0CB) is known color: Summer Sky. HEX triplet: 2F, B0 and CB. RGB value is (47,176,203). Sum of RGB (Red+Green+Blue) = 47+176+203=426 (56% of max value = 765). Red value is 47 (18.75% from 255 or 11.03% from 426); Green value is 176 (69.14% from 255 or 41.31% from 426); Blue value is 203 (79.69% from 255 or 47.65% from 426); Max value from RGB is 203 - color contains mainly: blue. Hex color #2FB0CB is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #2FB0CB is #D04F34. Grayscale: #8C8C8C. Windows color (decimal): -13651765 or 13348911. OLE color: 13348911.

HSL color Cylindrical-coordinate representation of color #2FB0CB: hue angle of 190.38º degrees, saturation: 0.62, 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 #2FB0CB is Cyan = 0.77, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 47 176 203 -
CMYK 0.77 0.13 0 0.20
HSL 190.38º 0.62% 0.49% -
HSV(B) 190.38º 0.77% 0.8% -
XYZ 27.48 35.97 61.99 -
YUV 140.51 163.26 61.3 -
System Red Green Blue C M Y K H S L
Decimal 47 176 203 0.77 0.13 0 0.20 190.38 0.62 0.49
Hex 2F B0 CB 4D D 0 14 BE 3E 31
Octal 57 260 313 115 15 0 24 276 76 61
Binary 101111 10110000 11001011 1001101 1101 0 10100 10111110 111110 110001

Color Harmonies of #2FB0CB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2FB0CB

Black with #2FB0CB

Text Example


Text Example

White with #2FB0CB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(47,176,203); }

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

background-color css

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

 a { background-color: rgb(47,176,203); }

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

border-color css

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

 span { border-color: rgb(47,176,203); }

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