#42BAE1

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

Shades of Summer Sky #42BAE1

Tints of Summer Sky #42BAE1

Color information

#42BAE1 (or 0x42BAE1) is unknown color: approx Summer Sky. HEX triplet: 42, BA and E1. RGB value is (66,186,225). Sum of RGB (Red+Green+Blue) = 66+186+225=477 (63% of max value = 765). Red value is 66 (26.17% from 255 or 13.84% from 477); Green value is 186 (73.05% from 255 or 38.99% from 477); Blue value is 225 (88.28% from 255 or 47.17% from 477); Max value from RGB is 225 - color contains mainly: blue. Hex color #42BAE1 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #42BAE1 is #BD451E. Grayscale: #9A9A9A. Windows color (decimal): -12403999 or 14793282. OLE color: 14793282.

HSL color Cylindrical-coordinate representation of color #42BAE1: hue angle of 194.72º 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 #42BAE1 is Cyan = 0.71, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB66186225-
CMYK0.710.1700.12
HSL194.72º72.6%57.06%-
HSV(B)194.72º70.67%88.24%-
XYZ33.441.7177.53-
YUV154.57167.7464.83-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 13.84%
GREEN value IS 186 (73.05% from 255) = 38.99%
BLUE value IS 225 (88.28% from 255) = 47.17%
R=13.84%
G=38.99%
B=47.17%

CMYK

C (Cyan) values IS 0.71
M (Magenta) values IS 0.17
Y (Yellow) values IS 0
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal661862250.710.1700.12194.7272.657.06
Hex42BAE147110Cc34939
Octal1022723411072101430311171
Binary1000010101110101110000110001111000101100110000111001001111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #42BAE1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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