Html Css Color HEX #429FEF Summer Sky

📋 copy color: '#429FEF'

red 66 ◦ green 159 ◦ blue 239

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

Shades of Summer Sky #429FEF

Tints of Summer Sky #429FEF

RGB

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

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

 BLUE value IS 239 (93.75% from 255) = 51.51%

R = 14.22%
G = 34.27%
B = 51.51%

CMYK

 C value IS 0.72

 M value IS 0.33

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#429FEF (or 0x429FEF) is known color: Summer Sky. HEX triplet: 42, 9F and EF. RGB value is (66,159,239). Sum of RGB (Red+Green+Blue) = 66+159+239=464 (61% of max value = 765). Red value is 66 (26.17% from 255 or 14.22% from 464); Green value is 159 (62.5% from 255 or 34.27% from 464); Blue value is 239 (93.75% from 255 or 51.51% from 464); Max value from RGB is 239 - color contains mainly: blue. Hex color #429FEF is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #429FEF is #BD6010. Grayscale: #8B8B8B. Windows color (decimal): -12410897 or 15703874. OLE color: 15703874.

HSL color Cylindrical-coordinate representation of color #429FEF: hue angle of 207.75º degrees, saturation: 0.84, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #429FEF is Cyan = 0.72, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB 66 159 239 -
CMYK 0.72 0.33 0 0.06
HSL 207.75º 0.84% 0.6% -
HSV(B) 207.75º 0.72% 0.94% -
XYZ 30.22 32.19 86.28 -
YUV 140.31 183.69 75 -
System Red Green Blue C M Y K H S L
Decimal 66 159 239 0.72 0.33 0 0.06 207.75 0.84 0.6
Hex 42 9F EF 48 21 0 6 D0 54 3C
Octal 102 237 357 110 41 0 6 320 124 74
Binary 1000010 10011111 11101111 1001000 100001 0 110 11010000 1010100 111100

Color Harmonies of #429FEF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #429FEF

Black with #429FEF

Text Example


Text Example

White with #429FEF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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