Html Css Color HEX #2AADDA Summer Sky

📋 copy color: '#2AADDA'

red 42 ◦ green 173 ◦ blue 218

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

Shades of Summer Sky #2AADDA

Tints of Summer Sky #2AADDA

RGB

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

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

 BLUE value IS 218 (85.55% from 255) = 50.35%

R = 9.7%
G = 39.95%
B = 50.35%

CMYK

 C value IS 0.81

 M value IS 0.21

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#2AADDA (or 0x2AADDA) is known color: Summer Sky. HEX triplet: 2A, AD and DA. RGB value is (42,173,218). Sum of RGB (Red+Green+Blue) = 42+173+218=433 (57% of max value = 765). Red value is 42 (16.80% from 255 or 9.70% from 433); Green value is 173 (67.97% from 255 or 39.95% from 433); Blue value is 218 (85.55% from 255 or 50.35% from 433); Max value from RGB is 218 - color contains mainly: blue. Hex color #2AADDA is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #2AADDA is #D55225. Grayscale: #8A8A8A. Windows color (decimal): -13980198 or 14331178. OLE color: 14331178.

HSL color Cylindrical-coordinate representation of color #2AADDA: hue angle of 195.34º degrees, saturation: 0.7, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #2AADDA is Cyan = 0.81, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 42 173 218 -
CMYK 0.81 0.21 0 0.15
HSL 195.34º 0.7% 0.51% -
HSV(B) 195.34º 0.81% 0.85% -
XYZ 28.55 35.44 71.67 -
YUV 138.96 172.6 58.84 -
System Red Green Blue C M Y K H S L
Decimal 42 173 218 0.81 0.21 0 0.15 195.34 0.7 0.51
Hex 2A AD DA 51 15 0 F C3 46 33
Octal 52 255 332 121 25 0 17 303 106 63
Binary 101010 10101101 11011010 1010001 10101 0 1111 11000011 1000110 110011

Color Harmonies of #2AADDA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2AADDA

Black with #2AADDA

Text Example


Text Example

White with #2AADDA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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