Html Css Color HEX #2FAEEF Summer Sky

📋 copy color: '#2FAEEF'

red 47 ◦ green 174 ◦ blue 239

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

Shades of Summer Sky #2FAEEF

Tints of Summer Sky #2FAEEF

RGB

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

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

 BLUE value IS 239 (93.75% from 255) = 51.96%

R = 10.22%
G = 37.83%
B = 51.96%

CMYK

 C value IS 0.80

 M value IS 0.27

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#2FAEEF (or 0x2FAEEF) is known color: Summer Sky. HEX triplet: 2F, AE and EF. RGB value is (47,174,239). Sum of RGB (Red+Green+Blue) = 47+174+239=460 (60% of max value = 765). Red value is 47 (18.75% from 255 or 10.22% from 460); Green value is 174 (68.36% from 255 or 37.83% from 460); Blue value is 239 (93.75% from 255 or 51.96% from 460); Max value from RGB is 239 - color contains mainly: blue. Hex color #2FAEEF is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #2FAEEF is #D05110. Grayscale: #8F8F8F. Windows color (decimal): -13652241 or 15707695. OLE color: 15707695.

HSL color Cylindrical-coordinate representation of color #2FAEEF: hue angle of 200.31º degrees, saturation: 0.86, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #2FAEEF is Cyan = 0.80, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB 47 174 239 -
CMYK 0.80 0.27 0 0.06
HSL 200.31º 0.86% 0.56% -
HSV(B) 200.31º 0.8% 0.94% -
XYZ 31.89 37.11 87.14 -
YUV 143.44 181.92 59.21 -
System Red Green Blue C M Y K H S L
Decimal 47 174 239 0.80 0.27 0 0.06 200.31 0.86 0.56
Hex 2F AE EF 50 1B 0 6 C8 56 38
Octal 57 256 357 120 33 0 6 310 126 70
Binary 101111 10101110 11101111 1010000 11011 0 110 11001000 1010110 111000

Color Harmonies of #2FAEEF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2FAEEF

Black with #2FAEEF

Text Example


Text Example

White with #2FAEEF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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