#429ADD

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

Shades of Summer Sky #429ADD

Tints of Summer Sky #429ADD

Color information

#429ADD (or 0x429ADD) is unknown color: approx Summer Sky. HEX triplet: 42, 9A and DD. RGB value is (66,154,221). Sum of RGB (Red+Green+Blue) = 66+154+221=441 (58% of max value = 765). Red value is 66 (26.17% from 255 or 14.97% from 441); Green value is 154 (60.55% from 255 or 34.92% from 441); Blue value is 221 (86.72% from 255 or 50.11% from 441); Max value from RGB is 221 - color contains mainly: blue. Hex color #429ADD is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #429ADD is #BD6522. Grayscale: #868686. Windows color (decimal): -12412195 or 14522946. OLE color: 14522946.

HSL color Cylindrical-coordinate representation of color #429ADD: hue angle of 205.94º degrees, saturation: 0.7, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #429ADD is Cyan = 0.70, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB66154221-
CMYK0.700.3000.13
HSL205.94º69.51%56.27%-
HSV(B)205.94º70.14%86.67%-
XYZ26.8529.4972.68-
YUV135.33176.3578.55-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 14.97%
GREEN value IS 154 (60.55% from 255) = 34.92%
BLUE value IS 221 (86.72% from 255) = 50.11%
R=14.97%
G=34.92%
B=50.11%

CMYK

C (Cyan) values IS 0.70
M (Magenta) values IS 0.30
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal661542210.700.3000.13205.9469.5156.27
Hex429ADD461E0Dce4638
Octal1022323351063601531610670
Binary1000010100110101101110110001101111001101110011101000110111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #429ADD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #429ADD; }

 p { color: rgb(66,154,221); }

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

<style>
 a { background-color: #429ADD; }

 a { background-color: rgb(66,154,221); }

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

<style>
 span { border-color: #429ADD; }

 span { border-color: rgb(66,154,221); }

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