Html Css Color HEX #429FD6 Summer Sky

📋 copy color: '#429FD6'

red 66 ◦ green 159 ◦ blue 214

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

Shades of Summer Sky #429FD6

Tints of Summer Sky #429FD6

RGB

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

 GREEN value IS 159 (62.5% from 255) = 36.22%

 BLUE value IS 214 (83.98% from 255) = 48.75%

R = 15.03%
G = 36.22%
B = 48.75%

CMYK

 C value IS 0.69

 M value IS 0.26

 Y value IS 0

 K value IS 0.16

RGB Variations

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

Color information

#429FD6 (or 0x429FD6) is known color: Summer Sky. HEX triplet: 42, 9F and D6. RGB value is (66,159,214). Sum of RGB (Red+Green+Blue) = 66+159+214=439 (58% of max value = 765). Red value is 66 (26.17% from 255 or 15.03% from 439); Green value is 159 (62.5% from 255 or 36.22% from 439); Blue value is 214 (83.98% from 255 or 48.75% from 439); Max value from RGB is 214 - color contains mainly: blue. Hex color #429FD6 is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #429FD6 is #BD6029. Grayscale: #898989. Windows color (decimal): -12410922 or 14065474. OLE color: 14065474.

HSL color Cylindrical-coordinate representation of color #429FD6: hue angle of 202.3º degrees, saturation: 0.64, 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 #429FD6 is Cyan = 0.69, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB 66 159 214 -
CMYK 0.69 0.26 0 0.16
HSL 202.3º 0.64% 0.55% -
HSV(B) 202.3º 0.69% 0.84% -
XYZ 26.78 30.81 68.15 -
YUV 137.46 171.19 77.03 -
System Red Green Blue C M Y K H S L
Decimal 66 159 214 0.69 0.26 0 0.16 202.3 0.64 0.55
Hex 42 9F D6 45 1A 0 10 CA 40 37
Octal 102 237 326 105 32 0 20 312 100 67
Binary 1000010 10011111 11010110 1000101 11010 0 10000 11001010 1000000 110111

Color Harmonies of #429FD6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #429FD6

Black with #429FD6

Text Example


Text Example

White with #429FD6

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(66,159,214); }

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

background-color css

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

 a { background-color: rgb(66,159,214); }

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

border-color css

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

 span { border-color: rgb(66,159,214); }

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