Html Css Color HEX #42ACD6 Summer Sky

📋 copy color: '#42ACD6'

red 66 ◦ green 172 ◦ blue 214

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

Shades of Summer Sky #42ACD6

Tints of Summer Sky #42ACD6

RGB

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

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

 BLUE value IS 214 (83.98% from 255) = 47.35%

R = 14.6%
G = 38.05%
B = 47.35%

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

#42ACD6 (or 0x42ACD6) is known color: Summer Sky. HEX triplet: 42, AC and D6. RGB value is (66,172,214). Sum of RGB (Red+Green+Blue) = 66+172+214=452 (59% of max value = 765). Red value is 66 (26.17% from 255 or 14.60% from 452); Green value is 172 (67.58% from 255 or 38.05% from 452); Blue value is 214 (83.98% from 255 or 47.35% from 452); Max value from RGB is 214 - color contains mainly: blue. Hex color #42ACD6 is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #42ACD6 is #BD5329. Grayscale: #909090. Windows color (decimal): -12407594 or 14068802. OLE color: 14068802.

HSL color Cylindrical-coordinate representation of color #42ACD6: hue angle of 197.03º 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 #42ACD6 is Cyan = 0.69, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB 66 172 214 -
CMYK 0.69 0.20 0 0.16
HSL 197.03º 0.64% 0.55% -
HSV(B) 197.03º 0.69% 0.84% -
XYZ 29.14 35.52 68.94 -
YUV 145.09 166.88 71.58 -
System Red Green Blue C M Y K H S L
Decimal 66 172 214 0.69 0.20 0 0.16 197.03 0.64 0.55
Hex 42 AC D6 45 14 0 10 C5 40 37
Octal 102 254 326 105 24 0 20 305 100 67
Binary 1000010 10101100 11010110 1000101 10100 0 10000 11000101 1000000 110111

Color Harmonies of #42ACD6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #42ACD6

Black with #42ACD6

Text Example


Text Example

White with #42ACD6

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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