#42A2F4

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

Shades of Summer Sky #42A2F4

Tints of Summer Sky #42A2F4

Color information

#42A2F4 (or 0x42A2F4) is unknown color: approx Summer Sky. HEX triplet: 42, A2 and F4. RGB value is (66,162,244). Sum of RGB (Red+Green+Blue) = 66+162+244=472 (62% of max value = 765). Red value is 66 (26.17% from 255 or 13.98% from 472); Green value is 162 (63.67% from 255 or 34.32% from 472); Blue value is 244 (95.70% from 255 or 51.69% from 472); Max value from RGB is 244 - color contains mainly: blue. Hex color #42A2F4 is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #42A2F4 is #BD5D0B. Grayscale: #8E8E8E. Windows color (decimal): -12410124 or 16032322. OLE color: 16032322.

HSL color Cylindrical-coordinate representation of color #42A2F4: hue angle of 207.64º degrees, saturation: 0.89, 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 #42A2F4 is Cyan = 0.73, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB66162244-
CMYK0.730.3400.04
HSL207.64º89%60.78%-
HSV(B)207.64º72.95%95.69%-
XYZ31.533.5390.4-
YUV142.64185.273.33-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 13.98%
GREEN value IS 162 (63.67% from 255) = 34.32%
BLUE value IS 244 (95.70% from 255) = 51.69%
R=13.98%
G=34.32%
B=51.69%

CMYK

C (Cyan) values IS 0.73
M (Magenta) values IS 0.34
Y (Yellow) values IS 0
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal661622440.730.3400.04207.648960.78
Hex42A2F4492204d0593d
Octal102242364111420432013175
Binary1000010101000101111010010010011000100100110100001011001111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #42A2F4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(66,162,244); }

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

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

 a { background-color: rgb(66,162,244); }

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

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

 span { border-color: rgb(66,162,244); }

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