Html Css Color HEX #2AA5CC Summer Sky

📋 copy color: '#2AA5CC'

red 42 ◦ green 165 ◦ blue 204

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

Shades of Summer Sky #2AA5CC

Tints of Summer Sky #2AA5CC

RGB

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

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

 BLUE value IS 204 (80.08% from 255) = 49.64%

R = 10.22%
G = 40.15%
B = 49.64%

CMYK

 C value IS 0.79

 M value IS 0.19

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#2AA5CC (or 0x2AA5CC) is known color: Summer Sky. HEX triplet: 2A, A5 and CC. RGB value is (42,165,204). Sum of RGB (Red+Green+Blue) = 42+165+204=411 (54% of max value = 765). Red value is 42 (16.80% from 255 or 10.22% from 411); Green value is 165 (64.84% from 255 or 40.15% from 411); Blue value is 204 (80.08% from 255 or 49.64% from 411); Max value from RGB is 204 - color contains mainly: blue. Hex color #2AA5CC is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #2AA5CC is #D55A33. Grayscale: #848484. Windows color (decimal): -13982260 or 13411626. OLE color: 13411626.

HSL color Cylindrical-coordinate representation of color #2AA5CC: hue angle of 194.44º degrees, saturation: 0.66, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #2AA5CC is Cyan = 0.79, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB 42 165 204 -
CMYK 0.79 0.19 0 0.2
HSL 194.44º 0.66% 0.48% -
HSV(B) 194.44º 0.79% 0.8% -
XYZ 25.31 31.76 61.92 -
YUV 132.67 168.25 63.33 -
System Red Green Blue C M Y K H S L
Decimal 42 165 204 0.79 0.19 0 0.2 194.44 0.66 0.48
Hex 2A A5 CC 4F 13 0 14 C2 42 30
Octal 52 245 314 117 23 0 24 302 102 60
Binary 101010 10100101 11001100 1001111 10011 0 10100 11000010 1000010 110000

Color Harmonies of #2AA5CC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2AA5CC

Black with #2AA5CC

Text Example


Text Example

White with #2AA5CC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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