#42B5D5

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

Shades of Summer Sky #42B5D5

Tints of Summer Sky #42B5D5

Color information

#42B5D5 (or 0x42B5D5) is unknown color: approx Summer Sky. HEX triplet: 42, B5 and D5. RGB value is (66,181,213). Sum of RGB (Red+Green+Blue) = 66+181+213=460 (60% of max value = 765). Red value is 66 (26.17% from 255 or 14.35% from 460); Green value is 181 (71.09% from 255 or 39.35% from 460); Blue value is 213 (83.59% from 255 or 46.30% from 460); Max value from RGB is 213 - color contains mainly: blue. Hex color #42B5D5 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #42B5D5 is #BD4A2A. Grayscale: #969696. Windows color (decimal): -12405291 or 14005570. OLE color: 14005570.

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

Color convert

RGB66181213-
CMYK0.690.1500.16
HSL193.06º63.64%54.71%-
HSV(B)193.06º69.01%83.53%-
XYZ30.7839.0168.86-
YUV150.26163.467.9-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 14.35%
GREEN value IS 181 (71.09% from 255) = 39.35%
BLUE value IS 213 (83.59% from 255) = 46.30%
R=14.35%
G=39.35%
B=46.30%

CMYK

C (Cyan) values IS 0.69
M (Magenta) values IS 0.15
Y (Yellow) values IS 0
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal661812130.690.1500.16193.0663.6454.71
Hex42B5D545F010c14037
Octal1022653251051702030110067
Binary1000010101101011101010110001011111010000110000011000000110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #42B5D5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(66,181,213); }

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

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

 a { background-color: rgb(66,181,213); }

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

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

 span { border-color: rgb(66,181,213); }

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