Html Css Color HEX #0193AB Bondi Blue

📋 copy color: '#0193AB'

red 1 ◦ green 147 ◦ blue 171

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

Shades of Bondi Blue #0193AB

Tints of Bondi Blue #0193AB

RGB

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

 GREEN value IS 147 (57.81% from 255) = 46.08%

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

R = 0.31%
G = 46.08%
B = 53.61%

CMYK

 C value IS 0.99

 M value IS 0.14

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#0193AB (or 0x0193AB) is known color: Bondi Blue. HEX triplet: 01, 93 and AB. RGB value is (1,147,171). Sum of RGB (Red+Green+Blue) = 1+147+171=319 (42% of max value = 765). Red value is 1 (0.78% from 255 or 0.31% from 319); Green value is 147 (57.81% from 255 or 46.08% from 319); Blue value is 171 (67.19% from 255 or 53.61% from 319); Max value from RGB is 171 - color contains mainly: blue. Hex color #0193AB is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #0193AB is #FE6C54. Grayscale: #696969. Windows color (decimal): -16673877 or 11244289. OLE color: 11244289.

HSL color Cylindrical-coordinate representation of color #0193AB: hue angle of 188.47º 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 #0193AB is Cyan = 0.99, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 1 147 171 -
CMYK 0.99 0.14 0 0.33
HSL 188.47º 0.99% 0.34% -
HSV(B) 188.47º 0.99% 0.67% -
XYZ 17.8 23.81 42.19 -
YUV 106.08 164.63 53.05 -
System Red Green Blue C M Y K H S L
Decimal 1 147 171 0.99 0.14 0 0.33 188.47 0.99 0.34
Hex 1 93 AB 63 E 0 21 BC 63 22
Octal 1 223 253 143 16 0 41 274 143 42
Binary 1 10010011 10101011 1100011 1110 0 100001 10111100 1100011 100010

Color Harmonies of #0193AB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0193AB

Black with #0193AB

Text Example


Text Example

White with #0193AB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #0193AB; }

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

 H1.HeaderClassName
 {
   color: #0193AB;
 }
 .AnyTagClassName
 {
   color: #0193AB;
 }
</style>

background-color css

<style>
 a { background-color: #0193AB; }

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

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

border-color css

<style>
 span { border-color: #0193AB; }

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

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