Html Css Color HEX #2AA9F1 Summer Sky

📋 copy color: '#2AA9F1'

red 42 ◦ green 169 ◦ blue 241

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

Shades of Summer Sky #2AA9F1

Tints of Summer Sky #2AA9F1

RGB

 RED value IS 42 (16.8% from 255) = 9.29%

 GREEN value IS 169 (66.41% from 255) = 37.39%

 BLUE value IS 241 (94.53% from 255) = 53.32%

R = 9.29%
G = 37.39%
B = 53.32%

CMYK

 C value IS 0.83

 M value IS 0.30

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#2AA9F1 (or 0x2AA9F1) is known color: Summer Sky. HEX triplet: 2A, A9 and F1. RGB value is (42,169,241). Sum of RGB (Red+Green+Blue) = 42+169+241=452 (59% of max value = 765). Red value is 42 (16.80% from 255 or 9.29% from 452); Green value is 169 (66.41% from 255 or 37.39% from 452); Blue value is 241 (94.53% from 255 or 53.32% from 452); Max value from RGB is 241 - color contains mainly: blue. Hex color #2AA9F1 is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #2AA9F1 is #D5560E. Grayscale: #8A8A8A. Windows color (decimal): -13981199 or 15837482. OLE color: 15837482.

HSL color Cylindrical-coordinate representation of color #2AA9F1: hue angle of 201.71º degrees, saturation: 0.88, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #2AA9F1 is Cyan = 0.83, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB 42 169 241 -
CMYK 0.83 0.30 0 0.05
HSL 201.71º 0.88% 0.55% -
HSV(B) 201.71º 0.83% 0.95% -
XYZ 31.02 35.22 88.38 -
YUV 139.24 185.42 58.65 -
System Red Green Blue C M Y K H S L
Decimal 42 169 241 0.83 0.30 0 0.05 201.71 0.88 0.55
Hex 2A A9 F1 53 1E 0 5 CA 58 37
Octal 52 251 361 123 36 0 5 312 130 67
Binary 101010 10101001 11110001 1010011 11110 0 101 11001010 1011000 110111

Color Harmonies of #2AA9F1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2AA9F1

Black with #2AA9F1

Text Example


Text Example

White with #2AA9F1

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(42,169,241); }

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

background-color css

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

 a { background-color: rgb(42,169,241); }

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

border-color css

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

 span { border-color: rgb(42,169,241); }

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