Html Css Color HEX #2AADEB Summer Sky

📋 copy color: '#2AADEB'

red 42 ◦ green 173 ◦ blue 235

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

Shades of Summer Sky #2AADEB

Tints of Summer Sky #2AADEB

RGB

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

 GREEN value IS 173 (67.97% from 255) = 38.44%

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

R = 9.33%
G = 38.44%
B = 52.22%

CMYK

 C value IS 0.82

 M value IS 0.26

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#2AADEB (or 0x2AADEB) is known color: Summer Sky. HEX triplet: 2A, AD and EB. RGB value is (42,173,235). Sum of RGB (Red+Green+Blue) = 42+173+235=450 (59% of max value = 765). Red value is 42 (16.80% from 255 or 9.33% from 450); Green value is 173 (67.97% from 255 or 38.44% from 450); Blue value is 235 (92.19% from 255 or 52.22% from 450); Max value from RGB is 235 - color contains mainly: blue. Hex color #2AADEB is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #2AADEB is #D55214. Grayscale: #8C8C8C. Windows color (decimal): -13980181 or 15445290. OLE color: 15445290.

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

Color convert

RGB 42 173 235 -
CMYK 0.82 0.26 0 0.08
HSL 199.27º 0.83% 0.54% -
HSV(B) 199.27º 0.82% 0.92% -
XYZ 30.89 36.38 83.99 -
YUV 140.9 181.1 57.46 -
System Red Green Blue C M Y K H S L
Decimal 42 173 235 0.82 0.26 0 0.08 199.27 0.83 0.54
Hex 2A AD EB 52 1A 0 8 C7 53 36
Octal 52 255 353 122 32 0 10 307 123 66
Binary 101010 10101101 11101011 1010010 11010 0 1000 11000111 1010011 110110

Color Harmonies of #2AADEB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2AADEB

Black with #2AADEB

Text Example


Text Example

White with #2AADEB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(42,173,235); }

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

background-color css

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

 a { background-color: rgb(42,173,235); }

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

border-color css

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

 span { border-color: rgb(42,173,235); }

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