#42B8DF

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

Shades of Summer Sky #42B8DF

Tints of Summer Sky #42B8DF

Color information

#42B8DF (or 0x42B8DF) is unknown color: approx Summer Sky. HEX triplet: 42, B8 and DF. RGB value is (66,184,223). Sum of RGB (Red+Green+Blue) = 66+184+223=473 (62% of max value = 765). Red value is 66 (26.17% from 255 or 13.95% from 473); Green value is 184 (72.27% from 255 or 38.90% from 473); Blue value is 223 (87.5% from 255 or 47.15% from 473); Max value from RGB is 223 - color contains mainly: blue. Hex color #42B8DF is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #42B8DF is #BD4720. Grayscale: #989898. Windows color (decimal): -12404513 or 14661698. OLE color: 14661698.

HSL color Cylindrical-coordinate representation of color #42B8DF: hue angle of 194.9º degrees, saturation: 0.71, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #42B8DF is Cyan = 0.70, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB66184223-
CMYK0.700.1700.13
HSL194.9º71.04%56.67%-
HSV(B)194.9º70.4%87.45%-
XYZ32.7140.7775.96-
YUV153.16167.4165.83-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 13.95%
GREEN value IS 184 (72.27% from 255) = 38.90%
BLUE value IS 223 (87.5% from 255) = 47.15%
R=13.95%
G=38.90%
B=47.15%

CMYK

C (Cyan) values IS 0.70
M (Magenta) values IS 0.17
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal661842230.700.1700.13194.971.0456.67
Hex42B8DF46110Dc34739
Octal1022703371062101530310771
Binary1000010101110001101111110001101000101101110000111000111111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #42B8DF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(66,184,223); }

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

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

 a { background-color: rgb(66,184,223); }

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

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

 span { border-color: rgb(66,184,223); }

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