#42ABE1

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

Shades of Summer Sky #42ABE1

Tints of Summer Sky #42ABE1

Color information

#42ABE1 (or 0x42ABE1) is unknown color: approx Summer Sky. HEX triplet: 42, AB and E1. RGB value is (66,171,225). Sum of RGB (Red+Green+Blue) = 66+171+225=462 (61% of max value = 765). Red value is 66 (26.17% from 255 or 14.29% from 462); Green value is 171 (67.19% from 255 or 37.01% from 462); Blue value is 225 (88.28% from 255 or 48.70% from 462); Max value from RGB is 225 - color contains mainly: blue. Hex color #42ABE1 is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #42ABE1 is #BD541E. Grayscale: #919191. Windows color (decimal): -12407839 or 14789442. OLE color: 14789442.

HSL color Cylindrical-coordinate representation of color #42ABE1: hue angle of 200.38º degrees, saturation: 0.73, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #42ABE1 is Cyan = 0.71, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB66171225-
CMYK0.710.2400.12
HSL200.38º72.6%57.06%-
HSV(B)200.38º70.67%88.24%-
XYZ30.435.7276.53-
YUV145.76172.7171.11-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 14.29%
GREEN value IS 171 (67.19% from 255) = 37.01%
BLUE value IS 225 (88.28% from 255) = 48.70%
R=14.29%
G=37.01%
B=48.70%

CMYK

C (Cyan) values IS 0.71
M (Magenta) values IS 0.24
Y (Yellow) values IS 0
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal661712250.710.2400.12200.3872.657.06
Hex42ABE147180Cc84939
Octal1022533411073001431011171
Binary1000010101010111110000110001111100001100110010001001001111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #42ABE1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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