Html Css Color HEX #019DAE Bondi Blue

📋 copy color: '#019DAE'

red 1 ◦ green 157 ◦ blue 174

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

Shades of Bondi Blue #019DAE

Tints of Bondi Blue #019DAE

RGB

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

 GREEN value IS 157 (61.72% from 255) = 47.29%

 BLUE value IS 174 (68.36% from 255) = 52.41%

R = 0.3%
G = 47.29%
B = 52.41%

CMYK

 C value IS 0.99

 M value IS 0.10

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#019DAE (or 0x019DAE) is known color: Bondi Blue. HEX triplet: 01, 9D and AE. RGB value is (1,157,174). Sum of RGB (Red+Green+Blue) = 1+157+174=332 (43% of max value = 765). Red value is 1 (0.78% from 255 or 0.30% from 332); Green value is 157 (61.72% from 255 or 47.29% from 332); Blue value is 174 (68.36% from 255 or 52.41% from 332); Max value from RGB is 174 - color contains mainly: blue. Hex color #019DAE is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #019DAE is #FE6251. Grayscale: #707070. Windows color (decimal): -16671314 or 11443457. OLE color: 11443457.

HSL color Cylindrical-coordinate representation of color #019DAE: hue angle of 185.9º 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 #019DAE is Cyan = 0.99, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB 1 157 174 -
CMYK 0.99 0.10 0 0.32
HSL 185.9º 0.99% 0.34% -
HSV(B) 185.9º 0.99% 0.68% -
XYZ 19.71 27.18 44.25 -
YUV 112.29 162.82 48.62 -
System Red Green Blue C M Y K H S L
Decimal 1 157 174 0.99 0.10 0 0.32 185.9 0.99 0.34
Hex 1 9D AE 63 A 0 20 BA 63 22
Octal 1 235 256 143 12 0 40 272 143 42
Binary 1 10011101 10101110 1100011 1010 0 100000 10111010 1100011 100010

Color Harmonies of #019DAE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #019DAE

Black with #019DAE

Text Example


Text Example

White with #019DAE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(1,157,174); }

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

background-color css

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

 a { background-color: rgb(1,157,174); }

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

border-color css

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

 span { border-color: rgb(1,157,174); }

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