#42b0db

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

Shades of Summer Sky #42B0DB

Tints of Summer Sky #42B0DB

Color information

#42B0DB (or 0x42B0DB) is unknown color: approx Summer Sky. HEX triplet: 42, B0 and DB. RGB value is (66,176,219). Sum of RGB (Red+Green+Blue) = 66+176+219=461 (61% of max value = 765). Red value is 66 (26.17% from 255 or 14.32% from 461); Green value is 176 (69.14% from 255 or 38.18% from 461); Blue value is 219 (85.94% from 255 or 47.51% from 461); Max value from RGB is 219 - color contains mainly: blue. Hex color #42B0DB is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #42B0DB is #BD4F24. Grayscale: #939393. Windows color (decimal): -12406565 or 14397506. OLE color: 14397506.

HSL color Cylindrical-coordinate representation of color #42B0DB: hue angle of 196.86º degrees, saturation: 0.68, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #42B0DB is Cyan = 0.70, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB66176219-
CMYK0.700.2000.14
HSL196.86º68%55.88%-
HSV(B)196.86º69.86%85.88%-
XYZ30.5637.3272.61-
YUV148.01168.0669.5-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 14.32%
GREEN value IS 176 (69.14% from 255) = 38.18%
BLUE value IS 219 (85.94% from 255) = 47.51%
R=14.32%
G=38.18%
B=47.51%

CMYK

C (Cyan) values IS 0.70
M (Magenta) values IS 0.20
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal661762190.700.2000.14196.866855.88
Hex42B0DB46140Ec54438
Octal1022603331062401630510470
Binary1000010101100001101101110001101010001110110001011000100111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #42b0db

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(66,176,219); }

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

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

 a { background-color: rgb(66,176,219); }

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

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

 span { border-color: rgb(66,176,219); }

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