Html Css Color HEX #429BDB Summer Sky

📋 copy color: '#429BDB'

red 66 ◦ green 155 ◦ blue 219

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

Shades of Summer Sky #429BDB

Tints of Summer Sky #429BDB

RGB

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

 GREEN value IS 155 (60.94% from 255) = 35.23%

 BLUE value IS 219 (85.94% from 255) = 49.77%

R = 15%
G = 35.23%
B = 49.77%

CMYK

 C value IS 0.70

 M value IS 0.29

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#429BDB (or 0x429BDB) is known color: Summer Sky. HEX triplet: 42, 9B and DB. RGB value is (66,155,219). Sum of RGB (Red+Green+Blue) = 66+155+219=440 (58% of max value = 765). Red value is 66 (26.17% from 255 or 15% from 440); Green value is 155 (60.94% from 255 or 35.23% from 440); Blue value is 219 (85.94% from 255 or 49.77% from 440); Max value from RGB is 219 - color contains mainly: blue. Hex color #429BDB is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #429BDB is #BD6424. Grayscale: #878787. Windows color (decimal): -12411941 or 14392130. OLE color: 14392130.

HSL color Cylindrical-coordinate representation of color #429BDB: hue angle of 205.1º degrees, saturation: 0.68, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #429BDB is Cyan = 0.70, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 66 155 219 -
CMYK 0.70 0.29 0 0.14
HSL 205.1º 0.68% 0.56% -
HSV(B) 205.1º 0.7% 0.86% -
XYZ 26.75 29.72 71.34 -
YUV 135.69 175.01 78.3 -
System Red Green Blue C M Y K H S L
Decimal 66 155 219 0.70 0.29 0 0.14 205.1 0.68 0.56
Hex 42 9B DB 46 1D 0 E CD 44 38
Octal 102 233 333 106 35 0 16 315 104 70
Binary 1000010 10011011 11011011 1000110 11101 0 1110 11001101 1000100 111000

Color Harmonies of #429BDB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #429BDB

Black with #429BDB

Text Example


Text Example

White with #429BDB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(66,155,219); }

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

background-color css

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

 a { background-color: rgb(66,155,219); }

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

border-color css

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

 span { border-color: rgb(66,155,219); }

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