Html Css Color HEX #429EDC Summer Sky

📋 copy color: '#429EDC'

red 66 ◦ green 158 ◦ blue 220

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

Shades of Summer Sky #429EDC

Tints of Summer Sky #429EDC

RGB

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

 GREEN value IS 158 (62.11% from 255) = 35.59%

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

R = 14.86%
G = 35.59%
B = 49.55%

CMYK

 C value IS 0.7

 M value IS 0.28

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#429EDC (or 0x429EDC) is known color: Summer Sky. HEX triplet: 42, 9E and DC. RGB value is (66,158,220). Sum of RGB (Red+Green+Blue) = 66+158+220=444 (58% of max value = 765). Red value is 66 (26.17% from 255 or 14.86% from 444); Green value is 158 (62.11% from 255 or 35.59% from 444); Blue value is 220 (86.33% from 255 or 49.55% from 444); Max value from RGB is 220 - color contains mainly: blue. Hex color #429EDC is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #429EDC is #BD6123. Grayscale: #898989. Windows color (decimal): -12411172 or 14458434. OLE color: 14458434.

HSL color Cylindrical-coordinate representation of color #429EDC: hue angle of 204.16º 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 #429EDC is Cyan = 0.7, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 66 158 220 -
CMYK 0.7 0.28 0 0.14
HSL 204.16º 0.69% 0.56% -
HSV(B) 204.16º 0.7% 0.86% -
XYZ 27.39 30.78 72.21 -
YUV 137.56 174.52 76.96 -
System Red Green Blue C M Y K H S L
Decimal 66 158 220 0.7 0.28 0 0.14 204.16 0.69 0.56
Hex 42 9E DC 46 1C 0 E CC 45 38
Octal 102 236 334 106 34 0 16 314 105 70
Binary 1000010 10011110 11011100 1000110 11100 0 1110 11001100 1000101 111000

Color Harmonies of #429EDC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #429EDC

Black with #429EDC

Text Example


Text Example

White with #429EDC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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