#429BDD

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

Shades of Summer Sky #429BDD

Tints of Summer Sky #429BDD

Color information

#429BDD (or 0x429BDD) is unknown color: approx Summer Sky. HEX triplet: 42, 9B and DD. RGB value is (66,155,221). Sum of RGB (Red+Green+Blue) = 66+155+221=442 (58% of max value = 765). Red value is 66 (26.17% from 255 or 14.93% from 442); Green value is 155 (60.94% from 255 or 35.07% from 442); Blue value is 221 (86.72% from 255 or 50% from 442); Max value from RGB is 221 - color contains mainly: blue. Hex color #429BDD is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #429BDD is #BD6422. Grayscale: #878787. Windows color (decimal): -12411939 or 14523202. OLE color: 14523202.

HSL color Cylindrical-coordinate representation of color #429BDD: hue angle of 205.55º 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 #429BDD is Cyan = 0.70, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB66155221-
CMYK0.700.3000.13
HSL205.55º69.51%56.27%-
HSV(B)205.55º70.14%86.67%-
XYZ27.0229.8272.74-
YUV135.91176.0178.13-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 14.93%
GREEN value IS 155 (60.94% from 255) = 35.07%
BLUE value IS 221 (86.72% from 255) = 50%
R=14.93%
G=35.07%
B=50%

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
Decimal661552210.700.3000.13205.5569.5156.27
Hex429BDD461E0Dce4638
Octal1022333351063601531610670
Binary1000010100110111101110110001101111001101110011101000110111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #429BDD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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