Html Css Color HEX #2FACEC Summer Sky

📋 copy color: '#2FACEC'

red 47 ◦ green 172 ◦ blue 236

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

Shades of Summer Sky #2FACEC

Tints of Summer Sky #2FACEC

RGB

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

 GREEN value IS 172 (67.58% from 255) = 37.8%

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

R = 10.33%
G = 37.8%
B = 51.87%

CMYK

 C value IS 0.80

 M value IS 0.27

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#2FACEC (or 0x2FACEC) is known color: Summer Sky. HEX triplet: 2F, AC and EC. RGB value is (47,172,236). Sum of RGB (Red+Green+Blue) = 47+172+236=455 (60% of max value = 765). Red value is 47 (18.75% from 255 or 10.33% from 455); Green value is 172 (67.58% from 255 or 37.80% from 455); Blue value is 236 (92.58% from 255 or 51.87% from 455); Max value from RGB is 236 - color contains mainly: blue. Hex color #2FACEC is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #2FACEC is #D05313. Grayscale: #8D8D8D. Windows color (decimal): -13652756 or 15510575. OLE color: 15510575.

HSL color Cylindrical-coordinate representation of color #2FACEC: hue angle of 200.32º 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 #2FACEC is Cyan = 0.80, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 47 172 236 -
CMYK 0.80 0.27 0 0.07
HSL 200.32º 0.83% 0.55% -
HSV(B) 200.32º 0.8% 0.93% -
XYZ 31.07 36.17 84.7 -
YUV 141.92 181.09 60.3 -
System Red Green Blue C M Y K H S L
Decimal 47 172 236 0.80 0.27 0 0.07 200.32 0.83 0.55
Hex 2F AC EC 50 1B 0 7 C8 53 37
Octal 57 254 354 120 33 0 7 310 123 67
Binary 101111 10101100 11101100 1010000 11011 0 111 11001000 1010011 110111

Color Harmonies of #2FACEC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2FACEC

Black with #2FACEC

Text Example


Text Example

White with #2FACEC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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