#42A0F5

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

Shades of Summer Sky #42A0F5

Tints of Summer Sky #42A0F5

Color information

#42A0F5 (or 0x42A0F5) is unknown color: approx Summer Sky. HEX triplet: 42, A0 and F5. RGB value is (66,160,245). Sum of RGB (Red+Green+Blue) = 66+160+245=471 (62% of max value = 765). Red value is 66 (26.17% from 255 or 14.01% from 471); Green value is 160 (62.89% from 255 or 33.97% from 471); Blue value is 245 (96.09% from 255 or 52.02% from 471); Max value from RGB is 245 - color contains mainly: blue. Hex color #42A0F5 is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #42A0F5 is #BD5F0A. Grayscale: #8D8D8D. Windows color (decimal): -12410635 or 16097346. OLE color: 16097346.

HSL color Cylindrical-coordinate representation of color #42A0F5: hue angle of 208.49º degrees, saturation: 0.9, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #42A0F5 is Cyan = 0.73, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB66160245-
CMYK0.730.3500.04
HSL208.49º89.95%60.98%-
HSV(B)208.49º73.06%96.08%-
XYZ31.332.8991.09-
YUV141.58186.3674.09-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 14.01%
GREEN value IS 160 (62.89% from 255) = 33.97%
BLUE value IS 245 (96.09% from 255) = 52.02%
R=14.01%
G=33.97%
B=52.02%

CMYK

C (Cyan) values IS 0.73
M (Magenta) values IS 0.35
Y (Yellow) values IS 0
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal661602450.730.3500.04208.4989.9560.98
Hex42A0F5492304d05a3d
Octal102240365111430432013275
Binary1000010101000001111010110010011000110100110100001011010111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #42A0F5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(66,160,245); }

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

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

 a { background-color: rgb(66,160,245); }

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

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

 span { border-color: rgb(66,160,245); }

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