#42B6D8

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

Shades of Summer Sky #42B6D8

Tints of Summer Sky #42B6D8

Color information

#42B6D8 (or 0x42B6D8) is unknown color: approx Summer Sky. HEX triplet: 42, B6 and D8. RGB value is (66,182,216). Sum of RGB (Red+Green+Blue) = 66+182+216=464 (61% of max value = 765). Red value is 66 (26.17% from 255 or 14.22% from 464); Green value is 182 (71.48% from 255 or 39.22% from 464); Blue value is 216 (84.77% from 255 or 46.55% from 464); Max value from RGB is 216 - color contains mainly: blue. Hex color #42B6D8 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #42B6D8 is #BD4927. Grayscale: #969696. Windows color (decimal): -12405032 or 14202434. OLE color: 14202434.

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

Color convert

RGB66182216-
CMYK0.690.1600.15
HSL193.6º65.79%55.29%-
HSV(B)193.6º69.44%84.71%-
XYZ31.3739.5770.95-
YUV151.19164.5767.24-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 14.22%
GREEN value IS 182 (71.48% from 255) = 39.22%
BLUE value IS 216 (84.77% from 255) = 46.55%
R=14.22%
G=39.22%
B=46.55%

CMYK

C (Cyan) values IS 0.69
M (Magenta) values IS 0.16
Y (Yellow) values IS 0
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal661822160.690.1600.15193.665.7955.29
Hex42B6D845100Fc24237
Octal1022663301052001730210267
Binary1000010101101101101100010001011000001111110000101000010110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #42B6D8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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