Html Css Color HEX #2FAEC8 Summer Sky

📋 copy color: '#2FAEC8'

red 47 ◦ green 174 ◦ blue 200

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

Shades of Summer Sky #2FAEC8

Tints of Summer Sky #2FAEC8

RGB

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

 GREEN value IS 174 (68.36% from 255) = 41.33%

 BLUE value IS 200 (78.52% from 255) = 47.51%

R = 11.16%
G = 41.33%
B = 47.51%

CMYK

 C value IS 0.76

 M value IS 0.13

 Y value IS 0

 K value IS 0.22

RGB Variations

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

Color information

#2FAEC8 (or 0x2FAEC8) is known color: Summer Sky. HEX triplet: 2F, AE and C8. RGB value is (47,174,200). Sum of RGB (Red+Green+Blue) = 47+174+200=421 (55% of max value = 765). Red value is 47 (18.75% from 255 or 11.16% from 421); Green value is 174 (68.36% from 255 or 41.33% from 421); Blue value is 200 (78.52% from 255 or 47.51% from 421); Max value from RGB is 200 - color contains mainly: blue. Hex color #2FAEC8 is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #2FAEC8 is #D05137. Grayscale: #8A8A8A. Windows color (decimal): -13652280 or 13151791. OLE color: 13151791.

HSL color Cylindrical-coordinate representation of color #2FAEC8: hue angle of 190.2º degrees, saturation: 0.62, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #2FAEC8 is Cyan = 0.76, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.22.

Color convert

RGB 47 174 200 -
CMYK 0.76 0.13 0 0.22
HSL 190.2º 0.62% 0.48% -
HSV(B) 190.2º 0.77% 0.78% -
XYZ 26.73 35.05 60 -
YUV 138.99 162.42 62.39 -
System Red Green Blue C M Y K H S L
Decimal 47 174 200 0.76 0.13 0 0.22 190.2 0.62 0.48
Hex 2F AE C8 4C D 0 16 BE 3E 30
Octal 57 256 310 114 15 0 26 276 76 60
Binary 101111 10101110 11001000 1001100 1101 0 10110 10111110 111110 110000

Color Harmonies of #2FAEC8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2FAEC8

Black with #2FAEC8

Text Example


Text Example

White with #2FAEC8

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(47,174,200); }

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

background-color css

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

 a { background-color: rgb(47,174,200); }

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

border-color css

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

 span { border-color: rgb(47,174,200); }

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