#42A6FD

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

Shades of Summer Sky #42A6FD

Tints of Summer Sky #42A6FD

Color information

#42A6FD (or 0x42A6FD) is unknown color: approx Summer Sky. HEX triplet: 42, A6 and FD. RGB value is (66,166,253). Sum of RGB (Red+Green+Blue) = 66+166+253=485 (64% of max value = 765). Red value is 66 (26.17% from 255 or 13.61% from 485); Green value is 166 (65.23% from 255 or 34.23% from 485); Blue value is 253 (99.22% from 255 or 52.16% from 485); Max value from RGB is 253 - color contains mainly: blue. Hex color #42A6FD is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #42A6FD is #BD5902. Grayscale: #919191. Windows color (decimal): -12409091 or 16623170. OLE color: 16623170.

HSL color Cylindrical-coordinate representation of color #42A6FD: hue angle of 207.91º degrees, saturation: 0.98, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #42A6FD is Cyan = 0.74, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB66166253-
CMYK0.740.3400.01
HSL207.91º97.91%62.55%-
HSV(B)207.91º73.91%99.22%-
XYZ33.6135.5298.01-
YUV146.02188.3770.93-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 13.61%
GREEN value IS 166 (65.23% from 255) = 34.23%
BLUE value IS 253 (99.22% from 255) = 52.16%
R=13.61%
G=34.23%
B=52.16%

CMYK

C (Cyan) values IS 0.74
M (Magenta) values IS 0.34
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal661662530.740.3400.01207.9197.9162.55
Hex42A6FD4A2201d0623f
Octal102246375112420132014277
Binary10000101010011011111101100101010001001110100001100010111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #42A6FD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(66,166,253); }

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

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

 a { background-color: rgb(66,166,253); }

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

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

 span { border-color: rgb(66,166,253); }

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