Html Css Color HEX #2AA5DE Summer Sky

📋 copy color: '#2AA5DE'

red 42 ◦ green 165 ◦ blue 222

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

Shades of Summer Sky #2AA5DE

Tints of Summer Sky #2AA5DE

RGB

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

 GREEN value IS 165 (64.84% from 255) = 38.46%

 BLUE value IS 222 (87.11% from 255) = 51.75%

R = 9.79%
G = 38.46%
B = 51.75%

CMYK

 C value IS 0.81

 M value IS 0.26

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#2AA5DE (or 0x2AA5DE) is known color: Summer Sky. HEX triplet: 2A, A5 and DE. RGB value is (42,165,222). Sum of RGB (Red+Green+Blue) = 42+165+222=429 (56% of max value = 765). Red value is 42 (16.80% from 255 or 9.79% from 429); Green value is 165 (64.84% from 255 or 38.46% from 429); Blue value is 222 (87.11% from 255 or 51.75% from 429); Max value from RGB is 222 - color contains mainly: blue. Hex color #2AA5DE is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #2AA5DE is #D55A21. Grayscale: #868686. Windows color (decimal): -13982242 or 14591274. OLE color: 14591274.

HSL color Cylindrical-coordinate representation of color #2AA5DE: hue angle of 199º degrees, saturation: 0.73, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #2AA5DE is Cyan = 0.81, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 42 165 222 -
CMYK 0.81 0.26 0 0.13
HSL 199º 0.73% 0.52% -
HSV(B) 199º 0.81% 0.87% -
XYZ 27.59 32.68 73.96 -
YUV 134.72 177.25 61.87 -
System Red Green Blue C M Y K H S L
Decimal 42 165 222 0.81 0.26 0 0.13 199 0.73 0.52
Hex 2A A5 DE 51 1A 0 D C7 49 34
Octal 52 245 336 121 32 0 15 307 111 64
Binary 101010 10100101 11011110 1010001 11010 0 1101 11000111 1001001 110100

Color Harmonies of #2AA5DE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2AA5DE

Black with #2AA5DE

Text Example


Text Example

White with #2AA5DE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(42,165,222); }

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

background-color css

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

 a { background-color: rgb(42,165,222); }

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

border-color css

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

 span { border-color: rgb(42,165,222); }

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