#42ACEF

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

Shades of Summer Sky #42ACEF

Tints of Summer Sky #42ACEF

Color information

#42ACEF (or 0x42ACEF) is unknown color: approx Summer Sky. HEX triplet: 42, AC and EF. RGB value is (66,172,239). Sum of RGB (Red+Green+Blue) = 66+172+239=477 (63% of max value = 765). Red value is 66 (26.17% from 255 or 13.84% from 477); Green value is 172 (67.58% from 255 or 36.06% from 477); Blue value is 239 (93.75% from 255 or 50.10% from 477); Max value from RGB is 239 - color contains mainly: blue. Hex color #42ACEF is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #42ACEF is #BD5310. Grayscale: #939393. Windows color (decimal): -12407569 or 15707202. OLE color: 15707202.

HSL color Cylindrical-coordinate representation of color #42ACEF: hue angle of 203.24º degrees, saturation: 0.84, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #42ACEF is Cyan = 0.72, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB66172239-
CMYK0.720.2800.06
HSL203.24º84.39%59.8%-
HSV(B)203.24º72.38%93.73%-
XYZ32.5836.987.07-
YUV147.94179.3869.55-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 13.84%
GREEN value IS 172 (67.58% from 255) = 36.06%
BLUE value IS 239 (93.75% from 255) = 50.10%
R=13.84%
G=36.06%
B=50.10%

CMYK

C (Cyan) values IS 0.72
M (Magenta) values IS 0.28
Y (Yellow) values IS 0
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal661722390.720.2800.06203.2484.3959.8
Hex42ACEF481C06cb543c
Octal102254357110340631312474
Binary100001010101100111011111001000111000110110010111010100111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #42ACEF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(66,172,239); }

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

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

 a { background-color: rgb(66,172,239); }

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

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

 span { border-color: rgb(66,172,239); }

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