#42ABD8

Color #42ABD8 Summer Sky (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Summer Sky #42ABD8

Tints of Summer Sky #42ABD8

Color information

#42ABD8 (or 0x42ABD8) is unknown color: approx Summer Sky. HEX triplet: 42, AB and D8. RGB value is (66,171,216). Sum of RGB (Red+Green+Blue) = 66+171+216=453 (60% of max value = 765). Red value is 66 (26.17% from 255 or 14.57% from 453); Green value is 171 (67.19% from 255 or 37.75% from 453); Blue value is 216 (84.77% from 255 or 47.68% from 453); Max value from RGB is 216 - color contains mainly: blue. Hex color #42ABD8 is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #42ABD8 is #BD5427. Grayscale: #909090. Windows color (decimal): -12407848 or 14199618. OLE color: 14199618.

HSL color Cylindrical-coordinate representation of color #42ABD8: hue angle of 198º degrees, saturation: 0.66, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #42ABD8 is Cyan = 0.69, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB66171216-
CMYK0.690.2100.15
HSL198º65.79%55.29%-
HSV(B)198º69.44%84.71%-
XYZ29.235.2470.23-
YUV144.73168.2171.84-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 14.57%
GREEN value IS 171 (67.19% from 255) = 37.75%
BLUE value IS 216 (84.77% from 255) = 47.68%
R=14.57%
G=37.75%
B=47.68%

CMYK

C (Cyan) values IS 0.69
M (Magenta) values IS 0.21
Y (Yellow) values IS 0
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal661712160.690.2100.1519865.7955.29
Hex42ABD845150Fc64237
Octal1022533301052501730610267
Binary1000010101010111101100010001011010101111110001101000010110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #42ABD8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(66,171,216); }

 H1.HeaderClassName
 {
   color: #42ABD8;
 }
 .AnyTagClassName
 {
   color: #42ABD8;
 }
</style>
background-color css

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

 a { background-color: rgb(66,171,216); }

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

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

 span { border-color: rgb(66,171,216); }

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