Html Css Color HEX #2AA4DD Summer Sky

📋 copy color: '#2AA4DD'

red 42 ◦ green 164 ◦ blue 221

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

Shades of Summer Sky #2AA4DD

Tints of Summer Sky #2AA4DD

RGB

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

 GREEN value IS 164 (64.45% from 255) = 38.41%

 BLUE value IS 221 (86.72% from 255) = 51.76%

R = 9.84%
G = 38.41%
B = 51.76%

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

#2AA4DD (or 0x2AA4DD) is known color: Summer Sky. HEX triplet: 2A, A4 and DD. RGB value is (42,164,221). Sum of RGB (Red+Green+Blue) = 42+164+221=427 (56% of max value = 765). Red value is 42 (16.80% from 255 or 9.84% from 427); Green value is 164 (64.45% from 255 or 38.41% from 427); Blue value is 221 (86.72% from 255 or 51.76% from 427); Max value from RGB is 221 - color contains mainly: blue. Hex color #2AA4DD is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #2AA4DD is #D55B22. Grayscale: #858585. Windows color (decimal): -13982499 or 14525482. OLE color: 14525482.

HSL color Cylindrical-coordinate representation of color #2AA4DD: hue angle of 199.11º degrees, saturation: 0.72, 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 #2AA4DD is Cyan = 0.81, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 42 164 221 -
CMYK 0.81 0.26 0 0.13
HSL 199.11º 0.72% 0.52% -
HSV(B) 199.11º 0.81% 0.87% -
XYZ 27.28 32.26 73.2 -
YUV 134.02 177.08 62.37 -
System Red Green Blue C M Y K H S L
Decimal 42 164 221 0.81 0.26 0 0.13 199.11 0.72 0.52
Hex 2A A4 DD 51 1A 0 D C7 48 34
Octal 52 244 335 121 32 0 15 307 110 64
Binary 101010 10100100 11011101 1010001 11010 0 1101 11000111 1001000 110100

Color Harmonies of #2AA4DD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2AA4DD

Black with #2AA4DD

Text Example


Text Example

White with #2AA4DD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(42,164,221); }

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

background-color css

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

 a { background-color: rgb(42,164,221); }

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

border-color css

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

 span { border-color: rgb(42,164,221); }

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