#42A5FB

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

Shades of Summer Sky #42A5FB

Tints of Summer Sky #42A5FB

Color information

#42A5FB (or 0x42A5FB) is unknown color: approx Summer Sky. HEX triplet: 42, A5 and FB. RGB value is (66,165,251). Sum of RGB (Red+Green+Blue) = 66+165+251=482 (63% of max value = 765). Red value is 66 (26.17% from 255 or 13.69% from 482); Green value is 165 (64.84% from 255 or 34.23% from 482); Blue value is 251 (98.44% from 255 or 52.07% from 482); Max value from RGB is 251 - color contains mainly: blue. Hex color #42A5FB is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #42A5FB is #BD5A04. Grayscale: #909090. Windows color (decimal): -12409349 or 16491842. OLE color: 16491842.

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

Color convert

RGB66165251-
CMYK0.740.3400.02
HSL207.89º95.85%62.16%-
HSV(B)207.89º73.71%98.43%-
XYZ33.1135.0396.28-
YUV145.2187.771.51-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 13.69%
GREEN value IS 165 (64.84% from 255) = 34.23%
BLUE value IS 251 (98.44% from 255) = 52.07%
R=13.69%
G=34.23%
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.02
SystemRedGreenBlueCMYKHSL
Decimal661652510.740.3400.02207.8995.8562.16
Hex42A5FB4A2202d0603e
Octal102245373112420232014076
Binary100001010100101111110111001010100010010110100001100000111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #42A5FB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(66,165,251); }

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

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

 a { background-color: rgb(66,165,251); }

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

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

 span { border-color: rgb(66,165,251); }

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