Html Css Color HEX #429DEC Summer Sky

📋 copy color: '#429DEC'

red 66 ◦ green 157 ◦ blue 236

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

Shades of Summer Sky #429DEC

Tints of Summer Sky #429DEC

RGB

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

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

 BLUE value IS 236 (92.58% from 255) = 51.42%

R = 14.38%
G = 34.2%
B = 51.42%

CMYK

 C value IS 0.72

 M value IS 0.33

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#429DEC (or 0x429DEC) is known color: Summer Sky. HEX triplet: 42, 9D and EC. RGB value is (66,157,236). Sum of RGB (Red+Green+Blue) = 66+157+236=459 (60% of max value = 765). Red value is 66 (26.17% from 255 or 14.38% from 459); Green value is 157 (61.72% from 255 or 34.20% from 459); Blue value is 236 (92.58% from 255 or 51.42% from 459); Max value from RGB is 236 - color contains mainly: blue. Hex color #429DEC is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #429DEC is #BD6213. Grayscale: #8A8A8A. Windows color (decimal): -12411412 or 15506754. OLE color: 15506754.

HSL color Cylindrical-coordinate representation of color #429DEC: hue angle of 207.88º degrees, saturation: 0.82, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #429DEC is Cyan = 0.72, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 66 157 236 -
CMYK 0.72 0.33 0 0.07
HSL 207.88º 0.82% 0.59% -
HSV(B) 207.88º 0.72% 0.93% -
XYZ 29.44 31.33 83.85 -
YUV 138.8 182.85 76.08 -
System Red Green Blue C M Y K H S L
Decimal 66 157 236 0.72 0.33 0 0.07 207.88 0.82 0.59
Hex 42 9D EC 48 21 0 7 D0 52 3B
Octal 102 235 354 110 41 0 7 320 122 73
Binary 1000010 10011101 11101100 1001000 100001 0 111 11010000 1010010 111011

Color Harmonies of #429DEC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #429DEC

Black with #429DEC

Text Example


Text Example

White with #429DEC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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