Html Css Color HEX #42ACDD Summer Sky

📋 copy color: '#42ACDD'

red 66 ◦ green 172 ◦ blue 221

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

Shades of Summer Sky #42ACDD

Tints of Summer Sky #42ACDD

RGB

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

 GREEN value IS 172 (67.58% from 255) = 37.47%

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

R = 14.38%
G = 37.47%
B = 48.15%

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

#42ACDD (or 0x42ACDD) is known color: Summer Sky. HEX triplet: 42, AC and DD. RGB value is (66,172,221). Sum of RGB (Red+Green+Blue) = 66+172+221=459 (60% of max value = 765). Red value is 66 (26.17% from 255 or 14.38% from 459); Green value is 172 (67.58% from 255 or 37.47% from 459); Blue value is 221 (86.72% from 255 or 48.15% from 459); Max value from RGB is 221 - color contains mainly: blue. Hex color #42ACDD is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #42ACDD is #BD5322. Grayscale: #919191. Windows color (decimal): -12407587 or 14527554. OLE color: 14527554.

HSL color Cylindrical-coordinate representation of color #42ACDD: hue angle of 198.97º 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 #42ACDD is Cyan = 0.70, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 66 172 221 -
CMYK 0.70 0.22 0 0.13
HSL 198.97º 0.7% 0.56% -
HSV(B) 198.97º 0.7% 0.87% -
XYZ 30.05 35.88 73.75 -
YUV 145.89 170.38 71.02 -
System Red Green Blue C M Y K H S L
Decimal 66 172 221 0.70 0.22 0 0.13 198.97 0.7 0.56
Hex 42 AC DD 46 16 0 D C7 46 38
Octal 102 254 335 106 26 0 15 307 106 70
Binary 1000010 10101100 11011101 1000110 10110 0 1101 11000111 1000110 111000

Color Harmonies of #42ACDD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #42ACDD

Black with #42ACDD

Text Example


Text Example

White with #42ACDD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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