Html Css Color HEX #429DDC Summer Sky

📋 copy color: '#429DDC'

red 66 ◦ green 157 ◦ blue 220

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

Shades of Summer Sky #429DDC

Tints of Summer Sky #429DDC

RGB

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

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

 BLUE value IS 220 (86.33% from 255) = 49.66%

R = 14.9%
G = 35.44%
B = 49.66%

CMYK

 C value IS 0.7

 M value IS 0.29

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#429DDC (or 0x429DDC) is known color: Summer Sky. HEX triplet: 42, 9D and DC. RGB value is (66,157,220). Sum of RGB (Red+Green+Blue) = 66+157+220=443 (58% of max value = 765). Red value is 66 (26.17% from 255 or 14.90% from 443); Green value is 157 (61.72% from 255 or 35.44% from 443); Blue value is 220 (86.33% from 255 or 49.66% from 443); Max value from RGB is 220 - color contains mainly: blue. Hex color #429DDC is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #429DDC is #BD6223. Grayscale: #888888. Windows color (decimal): -12411428 or 14458178. OLE color: 14458178.

HSL color Cylindrical-coordinate representation of color #429DDC: hue angle of 204.55º degrees, saturation: 0.69, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #429DDC is Cyan = 0.7, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 66 157 220 -
CMYK 0.7 0.29 0 0.14
HSL 204.55º 0.69% 0.56% -
HSV(B) 204.55º 0.7% 0.86% -
XYZ 27.22 30.44 72.15 -
YUV 136.97 174.85 77.38 -
System Red Green Blue C M Y K H S L
Decimal 66 157 220 0.7 0.29 0 0.14 204.55 0.69 0.56
Hex 42 9D DC 46 1D 0 E CD 45 38
Octal 102 235 334 106 35 0 16 315 105 70
Binary 1000010 10011101 11011100 1000110 11101 0 1110 11001101 1000101 111000

Color Harmonies of #429DDC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #429DDC

Black with #429DDC

Text Example


Text Example

White with #429DDC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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