#42A6FC

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

Shades of Summer Sky #42A6FC

Tints of Summer Sky #42A6FC

Color information

#42A6FC (or 0x42A6FC) is unknown color: approx Summer Sky. HEX triplet: 42, A6 and FC. RGB value is (66,166,252). Sum of RGB (Red+Green+Blue) = 66+166+252=484 (64% of max value = 765). Red value is 66 (26.17% from 255 or 13.64% from 484); Green value is 166 (65.23% from 255 or 34.30% from 484); Blue value is 252 (98.83% from 255 or 52.07% from 484); Max value from RGB is 252 - color contains mainly: blue. Hex color #42A6FC is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #42A6FC is #BD5903. Grayscale: #919191. Windows color (decimal): -12409092 or 16557634. OLE color: 16557634.

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

Color convert

RGB66166252-
CMYK0.740.3400.01
HSL207.74º96.88%62.35%-
HSV(B)207.74º73.81%98.82%-
XYZ33.4535.4697.18-
YUV145.9187.8771.01-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 13.64%
GREEN value IS 166 (65.23% from 255) = 34.30%
BLUE value IS 252 (98.83% from 255) = 52.07%
R=13.64%
G=34.30%
B=52.07%

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
Decimal661662520.740.3400.01207.7496.8862.35
Hex42A6FC4A2201d0613e
Octal102246374112420132014176
Binary10000101010011011111100100101010001001110100001100001111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #42A6FC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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