Html Css Color HEX #429DD8 Summer Sky

📋 copy color: '#429DD8'

red 66 ◦ green 157 ◦ blue 216

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

Shades of Summer Sky #429DD8

Tints of Summer Sky #429DD8

RGB

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

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

 BLUE value IS 216 (84.77% from 255) = 49.2%

R = 15.03%
G = 35.76%
B = 49.2%

CMYK

 C value IS 0.69

 M value IS 0.27

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#429DD8 (or 0x429DD8) is known color: Summer Sky. HEX triplet: 42, 9D and D8. RGB value is (66,157,216). Sum of RGB (Red+Green+Blue) = 66+157+216=439 (58% of max value = 765). Red value is 66 (26.17% from 255 or 15.03% from 439); Green value is 157 (61.72% from 255 or 35.76% from 439); Blue value is 216 (84.77% from 255 or 49.20% from 439); Max value from RGB is 216 - color contains mainly: blue. Hex color #429DD8 is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #429DD8 is #BD6227. Grayscale: #888888. Windows color (decimal): -12411432 or 14196034. OLE color: 14196034.

HSL color Cylindrical-coordinate representation of color #429DD8: hue angle of 203.6º degrees, saturation: 0.66, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #429DD8 is Cyan = 0.69, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 66 157 216 -
CMYK 0.69 0.27 0 0.15
HSL 203.6º 0.66% 0.55% -
HSV(B) 203.6º 0.69% 0.85% -
XYZ 26.7 30.23 69.39 -
YUV 136.52 172.85 77.7 -
System Red Green Blue C M Y K H S L
Decimal 66 157 216 0.69 0.27 0 0.15 203.6 0.66 0.55
Hex 42 9D D8 45 1B 0 F CC 42 37
Octal 102 235 330 105 33 0 17 314 102 67
Binary 1000010 10011101 11011000 1000101 11011 0 1111 11001100 1000010 110111

Color Harmonies of #429DD8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #429DD8

Black with #429DD8

Text Example


Text Example

White with #429DD8

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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