Html Css Color HEX #42ADDD Summer Sky

📋 copy color: '#42ADDD'

red 66 ◦ green 173 ◦ blue 221

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

Shades of Summer Sky #42ADDD

Tints of Summer Sky #42ADDD

RGB

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

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

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

R = 14.35%
G = 37.61%
B = 48.04%

CMYK

 C value IS 0.70

 M value IS 0.22

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#42ADDD (or 0x42ADDD) is known color: Summer Sky. HEX triplet: 42, AD and DD. RGB value is (66,173,221). Sum of RGB (Red+Green+Blue) = 66+173+221=460 (60% of max value = 765). Red value is 66 (26.17% from 255 or 14.35% from 460); Green value is 173 (67.97% from 255 or 37.61% from 460); Blue value is 221 (86.72% from 255 or 48.04% from 460); Max value from RGB is 221 - color contains mainly: blue. Hex color #42ADDD is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #42ADDD is #BD5222. Grayscale: #929292. Windows color (decimal): -12407331 or 14527810. OLE color: 14527810.

HSL color Cylindrical-coordinate representation of color #42ADDD: hue angle of 198.58º degrees, saturation: 0.7, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #42ADDD is Cyan = 0.70, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 66 173 221 -
CMYK 0.70 0.22 0 0.13
HSL 198.58º 0.7% 0.56% -
HSV(B) 198.58º 0.7% 0.87% -
XYZ 30.24 36.27 73.81 -
YUV 146.48 170.05 70.6 -
System Red Green Blue C M Y K H S L
Decimal 66 173 221 0.70 0.22 0 0.13 198.58 0.7 0.56
Hex 42 AD DD 46 16 0 D C7 46 38
Octal 102 255 335 106 26 0 15 307 106 70
Binary 1000010 10101101 11011101 1000110 10110 0 1101 11000111 1000110 111000

Color Harmonies of #42ADDD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #42ADDD

Black with #42ADDD

Text Example


Text Example

White with #42ADDD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(66,173,221); }

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

background-color css

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

 a { background-color: rgb(66,173,221); }

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

border-color css

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

 span { border-color: rgb(66,173,221); }

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