Html Css Color HEX #2FAFEF Summer Sky

📋 copy color: '#2FAFEF'

red 47 ◦ green 175 ◦ blue 239

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

Shades of Summer Sky #2FAFEF

Tints of Summer Sky #2FAFEF

RGB

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

 GREEN value IS 175 (68.75% from 255) = 37.96%

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

R = 10.2%
G = 37.96%
B = 51.84%

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

#2FAFEF (or 0x2FAFEF) is known color: Summer Sky. HEX triplet: 2F, AF and EF. RGB value is (47,175,239). Sum of RGB (Red+Green+Blue) = 47+175+239=461 (61% of max value = 765). Red value is 47 (18.75% from 255 or 10.20% from 461); Green value is 175 (68.75% from 255 or 37.96% from 461); Blue value is 239 (93.75% from 255 or 51.84% from 461); Max value from RGB is 239 - color contains mainly: blue. Hex color #2FAFEF is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #2FAFEF is #D05010. Grayscale: #8F8F8F. Windows color (decimal): -13651985 or 15707951. OLE color: 15707951.

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

Color convert

RGB 47 175 239 -
CMYK 0.80 0.27 0 0.06
HSL 200º 0.86% 0.56% -
HSV(B) 200º 0.8% 0.94% -
XYZ 32.08 37.5 87.21 -
YUV 144.02 181.59 58.8 -
System Red Green Blue C M Y K H S L
Decimal 47 175 239 0.80 0.27 0 0.06 200 0.86 0.56
Hex 2F AF EF 50 1B 0 6 C8 56 38
Octal 57 257 357 120 33 0 6 310 126 70
Binary 101111 10101111 11101111 1010000 11011 0 110 11001000 1010110 111000

Color Harmonies of #2FAFEF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2FAFEF

Black with #2FAFEF

Text Example


Text Example

White with #2FAFEF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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