#42AEFC

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

Shades of Summer Sky #42AEFC

Tints of Summer Sky #42AEFC

Color information

#42AEFC (or 0x42AEFC) is unknown color: approx Summer Sky. HEX triplet: 42, AE and FC. RGB value is (66,174,252). Sum of RGB (Red+Green+Blue) = 66+174+252=492 (65% of max value = 765). Red value is 66 (26.17% from 255 or 13.41% from 492); Green value is 174 (68.36% from 255 or 35.37% from 492); Blue value is 252 (98.83% from 255 or 51.22% from 492); Max value from RGB is 252 - color contains mainly: blue. Hex color #42AEFC is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #42AEFC is #BD5103. Grayscale: #969696. Windows color (decimal): -12407044 or 16559682. OLE color: 16559682.

HSL color Cylindrical-coordinate representation of color #42AEFC: hue angle of 205.16º 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 #42AEFC is Cyan = 0.74, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB66174252-
CMYK0.740.3100.01
HSL205.16º96.88%62.35%-
HSV(B)205.16º73.81%98.82%-
XYZ34.9538.4697.68-
YUV150.6185.2267.66-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 13.41%
GREEN value IS 174 (68.36% from 255) = 35.37%
BLUE value IS 252 (98.83% from 255) = 51.22%
R=13.41%
G=35.37%
B=51.22%

CMYK

C (Cyan) values IS 0.74
M (Magenta) values IS 0.31
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal661742520.740.3100.01205.1696.8862.35
Hex42AEFC4A1F01cd613e
Octal102256374112370131514176
Binary1000010101011101111110010010101111101110011011100001111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #42AEFC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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