#42BAD9

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

Shades of Summer Sky #42BAD9

Tints of Summer Sky #42BAD9

Color information

#42BAD9 (or 0x42BAD9) is unknown color: approx Summer Sky. HEX triplet: 42, BA and D9. RGB value is (66,186,217). Sum of RGB (Red+Green+Blue) = 66+186+217=469 (62% of max value = 765). Red value is 66 (26.17% from 255 or 14.07% from 469); Green value is 186 (73.05% from 255 or 39.66% from 469); Blue value is 217 (85.16% from 255 or 46.27% from 469); Max value from RGB is 217 - color contains mainly: blue. Hex color #42BAD9 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #42BAD9 is #BD4526. Grayscale: #999999. Windows color (decimal): -12404007 or 14268994. OLE color: 14268994.

HSL color Cylindrical-coordinate representation of color #42BAD9: hue angle of 192.32º degrees, saturation: 0.67, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #42BAD9 is Cyan = 0.70, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB66186217-
CMYK0.700.1400.15
HSL192.32º66.52%55.49%-
HSV(B)192.32º69.59%85.1%-
XYZ32.3341.2971.91-
YUV153.65163.7465.48-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 14.07%
GREEN value IS 186 (73.05% from 255) = 39.66%
BLUE value IS 217 (85.16% from 255) = 46.27%
R=14.07%
G=39.66%
B=46.27%

CMYK

C (Cyan) values IS 0.70
M (Magenta) values IS 0.14
Y (Yellow) values IS 0
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal661862170.700.1400.15192.3266.5255.49
Hex42BAD946E0Fc04337
Octal1022723311061601730010367
Binary100001010111010110110011000110111001111110000001000011110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #42BAD9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(66,186,217); }

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

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

 a { background-color: rgb(66,186,217); }

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

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

 span { border-color: rgb(66,186,217); }

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