Html Css Color HEX #019EAD Bondi Blue

📋 copy color: '#019EAD'

red 1 ◦ green 158 ◦ blue 173

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

Shades of Bondi Blue #019EAD

Tints of Bondi Blue #019EAD

RGB

 RED value IS 1 (0.78% from 255) = 0.3%

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

 BLUE value IS 173 (67.97% from 255) = 52.11%

R = 0.3%
G = 47.59%
B = 52.11%

CMYK

 C value IS 0.99

 M value IS 0.09

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#019EAD (or 0x019EAD) is known color: Bondi Blue. HEX triplet: 01, 9E and AD. RGB value is (1,158,173). Sum of RGB (Red+Green+Blue) = 1+158+173=332 (43% of max value = 765). Red value is 1 (0.78% from 255 or 0.30% from 332); Green value is 158 (62.11% from 255 or 47.59% from 332); Blue value is 173 (67.97% from 255 or 52.11% from 332); Max value from RGB is 173 - color contains mainly: blue. Hex color #019EAD is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #019EAD is #FE6152. Grayscale: #707070. Windows color (decimal): -16671059 or 11378177. OLE color: 11378177.

HSL color Cylindrical-coordinate representation of color #019EAD: hue angle of 185.23º degrees, saturation: 0.99, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #019EAD is Cyan = 0.99, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB 1 158 173 -
CMYK 0.99 0.09 0 0.32
HSL 185.23º 0.99% 0.34% -
HSV(B) 185.23º 0.99% 0.68% -
XYZ 19.78 27.48 43.8 -
YUV 112.77 161.99 48.28 -
System Red Green Blue C M Y K H S L
Decimal 1 158 173 0.99 0.09 0 0.32 185.23 0.99 0.34
Hex 1 9E AD 63 9 0 20 B9 63 22
Octal 1 236 255 143 11 0 40 271 143 42
Binary 1 10011110 10101101 1100011 1001 0 100000 10111001 1100011 100010

Color Harmonies of #019EAD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #019EAD

Black with #019EAD

Text Example


Text Example

White with #019EAD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #019EAD; }

 p { color: rgb(1,158,173); }

 H1.HeaderClassName
 {
   color: #019EAD;
 }
 .AnyTagClassName
 {
   color: #019EAD;
 }
</style>

background-color css

<style>
 a { background-color: #019EAD; }

 a { background-color: rgb(1,158,173); }

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

border-color css

<style>
 span { border-color: #019EAD; }

 span { border-color: rgb(1,158,173); }

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