#42AEFF

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

Shades of Summer Sky #42AEFF

Tints of Summer Sky #42AEFF

Color information

#42AEFF (or 0x42AEFF) is unknown color: approx Summer Sky. HEX triplet: 42, AE and FF. RGB value is (66,174,255). Sum of RGB (Red+Green+Blue) = 66+174+255=495 (65% of max value = 765). Red value is 66 (26.17% from 255 or 13.33% from 495); Green value is 174 (68.36% from 255 or 35.15% from 495); Blue value is 255 (100% from 255 or 51.52% from 495); Max value from RGB is 255 - color contains mainly: blue. Hex color #42AEFF is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #42AEFF is #BD5100. Grayscale: #969696. Windows color (decimal): -12407041 or 16756290. OLE color: 16756290.

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

Color convert

RGB66174255-
CMYK0.740.3200
HSL205.71º100%62.94%-
HSV(B)205.71º74.12%100%-
XYZ35.4338.65100.2-
YUV150.94186.7267.41-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 13.33%
GREEN value IS 174 (68.36% from 255) = 35.15%
BLUE value IS 255 (100% from 255) = 51.52%
R=13.33%
G=35.15%
B=51.52%

CMYK

C (Cyan) values IS 0.74
M (Magenta) values IS 0.32
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal661742550.740.3200205.7110062.94
Hex42AEFF4A2000ce643f
Octal102256377112400031614477
Binary10000101010111011111111100101010000000110011101100100111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #42AEFF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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