Html Css Color HEX #42ACD4 Summer Sky

📋 copy color: '#42ACD4'

red 66 ◦ green 172 ◦ blue 212

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

Shades of Summer Sky #42ACD4

Tints of Summer Sky #42ACD4

RGB

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

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

 BLUE value IS 212 (83.2% from 255) = 47.11%

R = 14.67%
G = 38.22%
B = 47.11%

CMYK

 C value IS 0.69

 M value IS 0.19

 Y value IS 0

 K value IS 0.17

RGB Variations

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

Color information

#42ACD4 (or 0x42ACD4) is known color: Summer Sky. HEX triplet: 42, AC and D4. RGB value is (66,172,212). Sum of RGB (Red+Green+Blue) = 66+172+212=450 (59% of max value = 765). Red value is 66 (26.17% from 255 or 14.67% from 450); Green value is 172 (67.58% from 255 or 38.22% from 450); Blue value is 212 (83.20% from 255 or 47.11% from 450); Max value from RGB is 212 - color contains mainly: blue. Hex color #42ACD4 is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #42ACD4 is #BD532B. Grayscale: #909090. Windows color (decimal): -12407596 or 13937730. OLE color: 13937730.

HSL color Cylindrical-coordinate representation of color #42ACD4: hue angle of 196.44º degrees, saturation: 0.63, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #42ACD4 is Cyan = 0.69, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.17.

Color convert

RGB 66 172 212 -
CMYK 0.69 0.19 0 0.17
HSL 196.44º 0.63% 0.55% -
HSV(B) 196.44º 0.69% 0.83% -
XYZ 28.88 35.42 67.6 -
YUV 144.87 165.88 71.75 -
System Red Green Blue C M Y K H S L
Decimal 66 172 212 0.69 0.19 0 0.17 196.44 0.63 0.55
Hex 42 AC D4 45 13 0 11 C4 3F 37
Octal 102 254 324 105 23 0 21 304 77 67
Binary 1000010 10101100 11010100 1000101 10011 0 10001 11000100 111111 110111

Color Harmonies of #42ACD4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #42ACD4

Black with #42ACD4

Text Example


Text Example

White with #42ACD4

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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