Html Css Color HEX #019AAB Bondi Blue

📋 copy color: '#019AAB'

red 1 ◦ green 154 ◦ blue 171

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

Shades of Bondi Blue #019AAB

Tints of Bondi Blue #019AAB

RGB

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

 GREEN value IS 154 (60.55% from 255) = 47.24%

 BLUE value IS 171 (67.19% from 255) = 52.45%

R = 0.31%
G = 47.24%
B = 52.45%

CMYK

 C value IS 0.99

 M value IS 0.10

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#019AAB (or 0x019AAB) is known color: Bondi Blue. HEX triplet: 01, 9A and AB. RGB value is (1,154,171). Sum of RGB (Red+Green+Blue) = 1+154+171=326 (43% of max value = 765). Red value is 1 (0.78% from 255 or 0.31% from 326); Green value is 154 (60.55% from 255 or 47.24% from 326); Blue value is 171 (67.19% from 255 or 52.45% from 326); Max value from RGB is 171 - color contains mainly: blue. Hex color #019AAB is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #019AAB is #FE6554. Grayscale: #6D6D6D. Windows color (decimal): -16672085 or 11246081. OLE color: 11246081.

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

Color convert

RGB 1 154 171 -
CMYK 0.99 0.10 0 0.33
HSL 186º 0.99% 0.34% -
HSV(B) 186º 0.99% 0.67% -
XYZ 18.92 26.06 42.56 -
YUV 110.19 162.31 50.12 -
System Red Green Blue C M Y K H S L
Decimal 1 154 171 0.99 0.10 0 0.33 186 0.99 0.34
Hex 1 9A AB 63 A 0 21 BA 63 22
Octal 1 232 253 143 12 0 41 272 143 42
Binary 1 10011010 10101011 1100011 1010 0 100001 10111010 1100011 100010

Color Harmonies of #019AAB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #019AAB

Black with #019AAB

Text Example


Text Example

White with #019AAB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(1,154,171); }

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

background-color css

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

 a { background-color: rgb(1,154,171); }

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

border-color css

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

 span { border-color: rgb(1,154,171); }

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