Html Css Color HEX #429DDD Summer Sky

📋 copy color: '#429DDD'

red 66 ◦ green 157 ◦ blue 221

#429DDD
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Summer Sky #429DDD

Tints of Summer Sky #429DDD

RGB

 RED value IS 66 (26.17% from 255) = 14.86%

 GREEN value IS 157 (61.72% from 255) = 35.36%

 BLUE value IS 221 (86.72% from 255) = 49.77%

R = 14.86%
G = 35.36%
B = 49.77%

CMYK

 C value IS 0.70

 M value IS 0.29

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#429DDD (or 0x429DDD) is known color: Summer Sky. HEX triplet: 42, 9D and DD. RGB value is (66,157,221). Sum of RGB (Red+Green+Blue) = 66+157+221=444 (58% of max value = 765). Red value is 66 (26.17% from 255 or 14.86% from 444); Green value is 157 (61.72% from 255 or 35.36% from 444); Blue value is 221 (86.72% from 255 or 49.77% from 444); Max value from RGB is 221 - color contains mainly: blue. Hex color #429DDD is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #429DDD is #BD6222. Grayscale: #888888. Windows color (decimal): -12411427 or 14523714. OLE color: 14523714.

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

Color convert

RGB 66 157 221 -
CMYK 0.70 0.29 0 0.13
HSL 204.77º 0.7% 0.56% -
HSV(B) 204.77º 0.7% 0.87% -
XYZ 27.35 30.49 72.85 -
YUV 137.09 175.35 77.3 -
System Red Green Blue C M Y K H S L
Decimal 66 157 221 0.70 0.29 0 0.13 204.77 0.7 0.56
Hex 42 9D DD 46 1D 0 D CD 46 38
Octal 102 235 335 106 35 0 15 315 106 70
Binary 1000010 10011101 11011101 1000110 11101 0 1101 11001101 1000110 111000

Color Harmonies of #429DDD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #429DDD

Black with #429DDD

Text Example


Text Example

White with #429DDD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #429DDD;
 }
 .AnyTagClassName
 {
   color: #429DDD;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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