#42ABE9

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

Shades of Summer Sky #42ABE9

Tints of Summer Sky #42ABE9

Color information

#42ABE9 (or 0x42ABE9) is unknown color: approx Summer Sky. HEX triplet: 42, AB and E9. RGB value is (66,171,233). Sum of RGB (Red+Green+Blue) = 66+171+233=470 (62% of max value = 765). Red value is 66 (26.17% from 255 or 14.04% from 470); Green value is 171 (67.19% from 255 or 36.38% from 470); Blue value is 233 (91.41% from 255 or 49.57% from 470); Max value from RGB is 233 - color contains mainly: blue. Hex color #42ABE9 is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #42ABE9 is #BD5416. Grayscale: #929292. Windows color (decimal): -12407831 or 15313730. OLE color: 15313730.

HSL color Cylindrical-coordinate representation of color #42ABE9: hue angle of 202.28º degrees, saturation: 0.79, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #42ABE9 is Cyan = 0.72, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB66171233-
CMYK0.720.2700.09
HSL202.28º79.15%58.63%-
HSV(B)202.28º71.67%91.37%-
XYZ31.5236.1782.41-
YUV146.67176.7170.46-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 14.04%
GREEN value IS 171 (67.19% from 255) = 36.38%
BLUE value IS 233 (91.41% from 255) = 49.57%
R=14.04%
G=36.38%
B=49.57%

CMYK

C (Cyan) values IS 0.72
M (Magenta) values IS 0.27
Y (Yellow) values IS 0
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal661712330.720.2700.09202.2879.1558.63
Hex42ABE9481B09ca4f3b
Octal1022533511103301131211773
Binary1000010101010111110100110010001101101001110010101001111111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #42ABE9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(66,171,233); }

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

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

 a { background-color: rgb(66,171,233); }

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

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

 span { border-color: rgb(66,171,233); }

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