Html Css Color HEX #429DD7 Summer Sky

📋 copy color: '#429DD7'

red 66 ◦ green 157 ◦ blue 215

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

Shades of Summer Sky #429DD7

Tints of Summer Sky #429DD7

RGB

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

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

 BLUE value IS 215 (84.38% from 255) = 49.09%

R = 15.07%
G = 35.84%
B = 49.09%

CMYK

 C value IS 0.69

 M value IS 0.27

 Y value IS 0

 K value IS 0.16

RGB Variations

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

Color information

#429DD7 (or 0x429DD7) is known color: Summer Sky. HEX triplet: 42, 9D and D7. RGB value is (66,157,215). Sum of RGB (Red+Green+Blue) = 66+157+215=438 (58% of max value = 765). Red value is 66 (26.17% from 255 or 15.07% from 438); Green value is 157 (61.72% from 255 or 35.84% from 438); Blue value is 215 (84.38% from 255 or 49.09% from 438); Max value from RGB is 215 - color contains mainly: blue. Hex color #429DD7 is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #429DD7 is #BD6228. Grayscale: #888888. Windows color (decimal): -12411433 or 14130498. OLE color: 14130498.

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

Color convert

RGB 66 157 215 -
CMYK 0.69 0.27 0 0.16
HSL 203.36º 0.65% 0.55% -
HSV(B) 203.36º 0.69% 0.84% -
XYZ 26.57 30.18 68.71 -
YUV 136.4 172.35 77.78 -
System Red Green Blue C M Y K H S L
Decimal 66 157 215 0.69 0.27 0 0.16 203.36 0.65 0.55
Hex 42 9D D7 45 1B 0 10 CB 41 37
Octal 102 235 327 105 33 0 20 313 101 67
Binary 1000010 10011101 11010111 1000101 11011 0 10000 11001011 1000001 110111

Color Harmonies of #429DD7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #429DD7

Black with #429DD7

Text Example


Text Example

White with #429DD7

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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