Html Css Color HEX #429EEB Summer Sky

📋 copy color: '#429EEB'

red 66 ◦ green 158 ◦ blue 235

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

Shades of Summer Sky #429EEB

Tints of Summer Sky #429EEB

RGB

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

 GREEN value IS 158 (62.11% from 255) = 34.42%

 BLUE value IS 235 (92.19% from 255) = 51.2%

R = 14.38%
G = 34.42%
B = 51.2%

CMYK

 C value IS 0.72

 M value IS 0.33

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#429EEB (or 0x429EEB) is known color: Summer Sky. HEX triplet: 42, 9E and EB. RGB value is (66,158,235). Sum of RGB (Red+Green+Blue) = 66+158+235=459 (60% of max value = 765). Red value is 66 (26.17% from 255 or 14.38% from 459); Green value is 158 (62.11% from 255 or 34.42% from 459); Blue value is 235 (92.19% from 255 or 51.20% from 459); Max value from RGB is 235 - color contains mainly: blue. Hex color #429EEB is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #429EEB is #BD6114. Grayscale: #8A8A8A. Windows color (decimal): -12411157 or 15441474. OLE color: 15441474.

HSL color Cylindrical-coordinate representation of color #429EEB: hue angle of 207.34º degrees, saturation: 0.81, 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 #429EEB is Cyan = 0.72, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 66 158 235 -
CMYK 0.72 0.33 0 0.08
HSL 207.34º 0.81% 0.59% -
HSV(B) 207.34º 0.72% 0.92% -
XYZ 29.47 31.61 83.15 -
YUV 139.27 182.02 75.74 -
System Red Green Blue C M Y K H S L
Decimal 66 158 235 0.72 0.33 0 0.08 207.34 0.81 0.59
Hex 42 9E EB 48 21 0 8 CF 51 3B
Octal 102 236 353 110 41 0 10 317 121 73
Binary 1000010 10011110 11101011 1001000 100001 0 1000 11001111 1010001 111011

Color Harmonies of #429EEB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #429EEB

Black with #429EEB

Text Example


Text Example

White with #429EEB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(66,158,235); }

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

background-color css

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

 a { background-color: rgb(66,158,235); }

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

border-color css

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

 span { border-color: rgb(66,158,235); }

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