Html Css Color HEX #2F9EEC Summer Sky

📋 copy color: '#2F9EEC'

red 47 ◦ green 158 ◦ blue 236

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

Shades of Summer Sky #2F9EEC

Tints of Summer Sky #2F9EEC

RGB

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

 GREEN value IS 158 (62.11% from 255) = 35.83%

 BLUE value IS 236 (92.58% from 255) = 53.51%

R = 10.66%
G = 35.83%
B = 53.51%

CMYK

 C value IS 0.80

 M value IS 0.33

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#2F9EEC (or 0x2F9EEC) is known color: Summer Sky. HEX triplet: 2F, 9E and EC. RGB value is (47,158,236). Sum of RGB (Red+Green+Blue) = 47+158+236=441 (58% of max value = 765). Red value is 47 (18.75% from 255 or 10.66% from 441); Green value is 158 (62.11% from 255 or 35.83% from 441); Blue value is 236 (92.58% from 255 or 53.51% from 441); Max value from RGB is 236 - color contains mainly: blue. Hex color #2F9EEC is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #2F9EEC is #D06113. Grayscale: #858585. Windows color (decimal): -13656340 or 15506991. OLE color: 15506991.

HSL color Cylindrical-coordinate representation of color #2F9EEC: hue angle of 204.76º degrees, saturation: 0.83, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #2F9EEC is Cyan = 0.80, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 47 158 236 -
CMYK 0.80 0.33 0 0.07
HSL 204.76º 0.83% 0.55% -
HSV(B) 204.76º 0.8% 0.93% -
XYZ 28.54 31.11 83.86 -
YUV 133.7 185.73 66.16 -
System Red Green Blue C M Y K H S L
Decimal 47 158 236 0.80 0.33 0 0.07 204.76 0.83 0.55
Hex 2F 9E EC 50 21 0 7 CD 53 37
Octal 57 236 354 120 41 0 7 315 123 67
Binary 101111 10011110 11101100 1010000 100001 0 111 11001101 1010011 110111

Color Harmonies of #2F9EEC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2F9EEC

Black with #2F9EEC

Text Example


Text Example

White with #2F9EEC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(47,158,236); }

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

background-color css

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

 a { background-color: rgb(47,158,236); }

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

border-color css

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

 span { border-color: rgb(47,158,236); }

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