Html Css Color HEX #0198AB Bondi Blue

📋 copy color: '#0198AB'

red 1 ◦ green 152 ◦ blue 171

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

Shades of Bondi Blue #0198AB

Tints of Bondi Blue #0198AB

RGB

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

 GREEN value IS 152 (59.77% from 255) = 46.91%

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

R = 0.31%
G = 46.91%
B = 52.78%

CMYK

 C value IS 0.99

 M value IS 0.11

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#0198AB (or 0x0198AB) is known color: Bondi Blue. HEX triplet: 01, 98 and AB. RGB value is (1,152,171). Sum of RGB (Red+Green+Blue) = 1+152+171=324 (42% of max value = 765). Red value is 1 (0.78% from 255 or 0.31% from 324); Green value is 152 (59.77% from 255 or 46.91% from 324); Blue value is 171 (67.19% from 255 or 52.78% from 324); Max value from RGB is 171 - color contains mainly: blue. Hex color #0198AB is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #0198AB is #FE6754. Grayscale: #6C6C6C. Windows color (decimal): -16672597 or 11245569. OLE color: 11245569.

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

Color convert

RGB 1 152 171 -
CMYK 0.99 0.11 0 0.33
HSL 186.71º 0.99% 0.34% -
HSV(B) 186.71º 0.99% 0.67% -
XYZ 18.59 25.4 42.45 -
YUV 109.02 162.97 50.96 -
System Red Green Blue C M Y K H S L
Decimal 1 152 171 0.99 0.11 0 0.33 186.71 0.99 0.34
Hex 1 98 AB 63 B 0 21 BB 63 22
Octal 1 230 253 143 13 0 41 273 143 42
Binary 1 10011000 10101011 1100011 1011 0 100001 10111011 1100011 100010

Color Harmonies of #0198AB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0198AB

Black with #0198AB

Text Example


Text Example

White with #0198AB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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