#42BAEB

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

Shades of Summer Sky #42BAEB

Tints of Summer Sky #42BAEB

Color information

#42BAEB (or 0x42BAEB) is unknown color: approx Summer Sky. HEX triplet: 42, BA and EB. RGB value is (66,186,235). Sum of RGB (Red+Green+Blue) = 66+186+235=487 (64% of max value = 765). Red value is 66 (26.17% from 255 or 13.55% from 487); Green value is 186 (73.05% from 255 or 38.19% from 487); Blue value is 235 (92.19% from 255 or 48.25% from 487); Max value from RGB is 235 - color contains mainly: blue. Hex color #42BAEB is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #42BAEB is #BD4514. Grayscale: #9B9B9B. Windows color (decimal): -12403989 or 15448642. OLE color: 15448642.

HSL color Cylindrical-coordinate representation of color #42BAEB: hue angle of 197.4º degrees, saturation: 0.81, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #42BAEB is Cyan = 0.72, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB66186235-
CMYK0.720.2100.08
HSL197.4º80.86%59.02%-
HSV(B)197.4º71.91%92.16%-
XYZ34.842.2784.92-
YUV155.71172.7464.02-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 13.55%
GREEN value IS 186 (73.05% from 255) = 38.19%
BLUE value IS 235 (92.19% from 255) = 48.25%
R=13.55%
G=38.19%
B=48.25%

CMYK

C (Cyan) values IS 0.72
M (Magenta) values IS 0.21
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal661862350.720.2100.08197.480.8659.02
Hex42BAEB481508c5513b
Octal1022723531102501030512173
Binary1000010101110101110101110010001010101000110001011010001111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #42BAEB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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