Html Css Color HEX #429FEA Summer Sky

📋 copy color: '#429FEA'

red 66 ◦ green 159 ◦ blue 234

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

Shades of Summer Sky #429FEA

Tints of Summer Sky #429FEA

RGB

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

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

 BLUE value IS 234 (91.8% from 255) = 50.98%

R = 14.38%
G = 34.64%
B = 50.98%

CMYK

 C value IS 0.72

 M value IS 0.32

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#429FEA (or 0x429FEA) is known color: Summer Sky. HEX triplet: 42, 9F and EA. RGB value is (66,159,234). Sum of RGB (Red+Green+Blue) = 66+159+234=459 (60% of max value = 765). Red value is 66 (26.17% from 255 or 14.38% from 459); Green value is 159 (62.5% from 255 or 34.64% from 459); Blue value is 234 (91.80% from 255 or 50.98% from 459); Max value from RGB is 234 - color contains mainly: blue. Hex color #429FEA is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #429FEA is #BD6015. Grayscale: #8B8B8B. Windows color (decimal): -12410902 or 15376194. OLE color: 15376194.

HSL color Cylindrical-coordinate representation of color #429FEA: hue angle of 206.79º degrees, saturation: 0.8, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #429FEA is Cyan = 0.72, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 66 159 234 -
CMYK 0.72 0.32 0 0.08
HSL 206.79º 0.8% 0.59% -
HSV(B) 206.79º 0.72% 0.92% -
XYZ 29.5 31.9 82.44 -
YUV 139.74 181.19 75.4 -
System Red Green Blue C M Y K H S L
Decimal 66 159 234 0.72 0.32 0 0.08 206.79 0.8 0.59
Hex 42 9F EA 48 20 0 8 CF 50 3B
Octal 102 237 352 110 40 0 10 317 120 73
Binary 1000010 10011111 11101010 1001000 100000 0 1000 11001111 1010000 111011

Color Harmonies of #429FEA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #429FEA

Black with #429FEA

Text Example


Text Example

White with #429FEA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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