Html Css Color HEX #2FABEE Summer Sky

📋 copy color: '#2FABEE'

red 47 ◦ green 171 ◦ blue 238

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

Shades of Summer Sky #2FABEE

Tints of Summer Sky #2FABEE

RGB

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

 GREEN value IS 171 (67.19% from 255) = 37.5%

 BLUE value IS 238 (93.36% from 255) = 52.19%

R = 10.31%
G = 37.5%
B = 52.19%

CMYK

 C value IS 0.80

 M value IS 0.28

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#2FABEE (or 0x2FABEE) is known color: Summer Sky. HEX triplet: 2F, AB and EE. RGB value is (47,171,238). Sum of RGB (Red+Green+Blue) = 47+171+238=456 (60% of max value = 765). Red value is 47 (18.75% from 255 or 10.31% from 456); Green value is 171 (67.19% from 255 or 37.5% from 456); Blue value is 238 (93.36% from 255 or 52.19% from 456); Max value from RGB is 238 - color contains mainly: blue. Hex color #2FABEE is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #2FABEE is #D05411. Grayscale: #8D8D8D. Windows color (decimal): -13653010 or 15641391. OLE color: 15641391.

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

Color convert

RGB 47 171 238 -
CMYK 0.80 0.28 0 0.07
HSL 201.05º 0.85% 0.56% -
HSV(B) 201.05º 0.8% 0.93% -
XYZ 31.17 35.9 86.18 -
YUV 141.56 182.42 60.55 -
System Red Green Blue C M Y K H S L
Decimal 47 171 238 0.80 0.28 0 0.07 201.05 0.85 0.56
Hex 2F AB EE 50 1C 0 7 C9 55 38
Octal 57 253 356 120 34 0 7 311 125 70
Binary 101111 10101011 11101110 1010000 11100 0 111 11001001 1010101 111000

Color Harmonies of #2FABEE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2FABEE

Black with #2FABEE

Text Example


Text Example

White with #2FABEE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(47,171,238); }

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

background-color css

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

 a { background-color: rgb(47,171,238); }

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

border-color css

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

 span { border-color: rgb(47,171,238); }

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