Html Css Color HEX #42AAD5 Summer Sky

📋 copy color: '#42AAD5'

red 66 ◦ green 170 ◦ blue 213

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

Shades of Summer Sky #42AAD5

Tints of Summer Sky #42AAD5

RGB

 RED value IS 66 (26.17% from 255) = 14.7%

 GREEN value IS 170 (66.8% from 255) = 37.86%

 BLUE value IS 213 (83.59% from 255) = 47.44%

R = 14.7%
G = 37.86%
B = 47.44%

CMYK

 C value IS 0.69

 M value IS 0.20

 Y value IS 0

 K value IS 0.16

RGB Variations

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

Color information

#42AAD5 (or 0x42AAD5) is known color: Summer Sky. HEX triplet: 42, AA and D5. RGB value is (66,170,213). Sum of RGB (Red+Green+Blue) = 66+170+213=449 (59% of max value = 765). Red value is 66 (26.17% from 255 or 14.70% from 449); Green value is 170 (66.80% from 255 or 37.86% from 449); Blue value is 213 (83.59% from 255 or 47.44% from 449); Max value from RGB is 213 - color contains mainly: blue. Hex color #42AAD5 is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #42AAD5 is #BD552A. Grayscale: #8F8F8F. Windows color (decimal): -12408107 or 14002754. OLE color: 14002754.

HSL color Cylindrical-coordinate representation of color #42AAD5: hue angle of 197.55º degrees, saturation: 0.64, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #42AAD5 is Cyan = 0.69, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB 66 170 213 -
CMYK 0.69 0.20 0 0.16
HSL 197.55º 0.64% 0.55% -
HSV(B) 197.55º 0.69% 0.84% -
XYZ 28.63 34.71 68.14 -
YUV 143.81 167.04 72.5 -
System Red Green Blue C M Y K H S L
Decimal 66 170 213 0.69 0.20 0 0.16 197.55 0.64 0.55
Hex 42 AA D5 45 14 0 10 C6 40 37
Octal 102 252 325 105 24 0 20 306 100 67
Binary 1000010 10101010 11010101 1000101 10100 0 10000 11000110 1000000 110111

Color Harmonies of #42AAD5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #42AAD5

Black with #42AAD5

Text Example


Text Example

White with #42AAD5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #42AAD5; }

 p { color: rgb(66,170,213); }

 H1.HeaderClassName
 {
   color: #42AAD5;
 }
 .AnyTagClassName
 {
   color: #42AAD5;
 }
</style>

background-color css

<style>
 a { background-color: #42AAD5; }

 a { background-color: rgb(66,170,213); }

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

border-color css

<style>
 span { border-color: #42AAD5; }

 span { border-color: rgb(66,170,213); }

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