Html Css Color HEX #2FAAEB Summer Sky

📋 copy color: '#2FAAEB'

red 47 ◦ green 170 ◦ blue 235

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

Shades of Summer Sky #2FAAEB

Tints of Summer Sky #2FAAEB

RGB

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

 GREEN value IS 170 (66.8% from 255) = 37.61%

 BLUE value IS 235 (92.19% from 255) = 51.99%

R = 10.4%
G = 37.61%
B = 51.99%

CMYK

 C value IS 0.8

 M value IS 0.28

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#2FAAEB (or 0x2FAAEB) is known color: Summer Sky. HEX triplet: 2F, AA and EB. RGB value is (47,170,235). Sum of RGB (Red+Green+Blue) = 47+170+235=452 (59% of max value = 765). Red value is 47 (18.75% from 255 or 10.40% from 452); Green value is 170 (66.80% from 255 or 37.61% from 452); Blue value is 235 (92.19% from 255 or 51.99% from 452); Max value from RGB is 235 - color contains mainly: blue. Hex color #2FAAEB is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #2FAAEB is #D05514. Grayscale: #8C8C8C. Windows color (decimal): -13653269 or 15444527. OLE color: 15444527.

HSL color Cylindrical-coordinate representation of color #2FAAEB: hue angle of 200.74º degrees, saturation: 0.82, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #2FAAEB is Cyan = 0.8, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 47 170 235 -
CMYK 0.8 0.28 0 0.08
HSL 200.74º 0.82% 0.55% -
HSV(B) 200.74º 0.8% 0.92% -
XYZ 30.54 35.35 83.81 -
YUV 140.63 181.25 61.21 -
System Red Green Blue C M Y K H S L
Decimal 47 170 235 0.8 0.28 0 0.08 200.74 0.82 0.55
Hex 2F AA EB 50 1C 0 8 C9 52 37
Octal 57 252 353 120 34 0 10 311 122 67
Binary 101111 10101010 11101011 1010000 11100 0 1000 11001001 1010010 110111

Color Harmonies of #2FAAEB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2FAAEB

Black with #2FAAEB

Text Example


Text Example

White with #2FAAEB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(47,170,235); }

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

background-color css

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

 a { background-color: rgb(47,170,235); }

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

border-color css

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

 span { border-color: rgb(47,170,235); }

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