Html Css Color HEX #2F99CE Summer Sky

📋 copy color: '#2F99CE'

red 47 ◦ green 153 ◦ blue 206

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

Shades of Summer Sky #2F99CE

Tints of Summer Sky #2F99CE

RGB

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

 GREEN value IS 153 (60.16% from 255) = 37.68%

 BLUE value IS 206 (80.86% from 255) = 50.74%

R = 11.58%
G = 37.68%
B = 50.74%

CMYK

 C value IS 0.77

 M value IS 0.26

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#2F99CE (or 0x2F99CE) is known color: Summer Sky. HEX triplet: 2F, 99 and CE. RGB value is (47,153,206). Sum of RGB (Red+Green+Blue) = 47+153+206=406 (53% of max value = 765). Red value is 47 (18.75% from 255 or 11.58% from 406); Green value is 153 (60.16% from 255 or 37.68% from 406); Blue value is 206 (80.86% from 255 or 50.74% from 406); Max value from RGB is 206 - color contains mainly: blue. Hex color #2F99CE is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #2F99CE is #D06631. Grayscale: #7F7F7F. Windows color (decimal): -13657650 or 13539631. OLE color: 13539631.

HSL color Cylindrical-coordinate representation of color #2F99CE: hue angle of 200º degrees, saturation: 0.63, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #2F99CE is Cyan = 0.77, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 47 153 206 -
CMYK 0.77 0.26 0 0.19
HSL 200º 0.63% 0.5% -
HSV(B) 200º 0.77% 0.81% -
XYZ 23.7 27.84 62.52 -
YUV 127.35 172.38 70.69 -
System Red Green Blue C M Y K H S L
Decimal 47 153 206 0.77 0.26 0 0.19 200 0.63 0.5
Hex 2F 99 CE 4D 1A 0 13 C8 3F 32
Octal 57 231 316 115 32 0 23 310 77 62
Binary 101111 10011001 11001110 1001101 11010 0 10011 11001000 111111 110010

Color Harmonies of #2F99CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2F99CE

Black with #2F99CE

Text Example


Text Example

White with #2F99CE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(47,153,206); }

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

background-color css

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

 a { background-color: rgb(47,153,206); }

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

border-color css

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

 span { border-color: rgb(47,153,206); }

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