Html Css Color HEX #2FAAE9 Summer Sky

📋 copy color: '#2FAAE9'

red 47 ◦ green 170 ◦ blue 233

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

Shades of Summer Sky #2FAAE9

Tints of Summer Sky #2FAAE9

RGB

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

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

 BLUE value IS 233 (91.41% from 255) = 51.78%

R = 10.44%
G = 37.78%
B = 51.78%

CMYK

 C value IS 0.80

 M value IS 0.27

 Y value IS 0

 K value IS 0.09

RGB Variations

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

Color information

#2FAAE9 (or 0x2FAAE9) is known color: Summer Sky. HEX triplet: 2F, AA and E9. RGB value is (47,170,233). Sum of RGB (Red+Green+Blue) = 47+170+233=450 (59% of max value = 765). Red value is 47 (18.75% from 255 or 10.44% from 450); Green value is 170 (66.80% from 255 or 37.78% from 450); Blue value is 233 (91.41% from 255 or 51.78% from 450); Max value from RGB is 233 - color contains mainly: blue. Hex color #2FAAE9 is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #2FAAE9 is #D05516. Grayscale: #8C8C8C. Windows color (decimal): -13653271 or 15313455. OLE color: 15313455.

HSL color Cylindrical-coordinate representation of color #2FAAE9: hue angle of 200.32º degrees, saturation: 0.81, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #2FAAE9 is Cyan = 0.80, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB 47 170 233 -
CMYK 0.80 0.27 0 0.09
HSL 200.32º 0.81% 0.55% -
HSV(B) 200.32º 0.8% 0.91% -
XYZ 30.26 35.24 82.3 -
YUV 140.41 180.25 61.38 -
System Red Green Blue C M Y K H S L
Decimal 47 170 233 0.80 0.27 0 0.09 200.32 0.81 0.55
Hex 2F AA E9 50 1B 0 9 C8 51 37
Octal 57 252 351 120 33 0 11 310 121 67
Binary 101111 10101010 11101001 1010000 11011 0 1001 11001000 1010001 110111

Color Harmonies of #2FAAE9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2FAAE9

Black with #2FAAE9

Text Example


Text Example

White with #2FAAE9

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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