Html Css Color HEX #0198AE Bondi Blue

📋 copy color: '#0198AE'

red 1 ◦ green 152 ◦ blue 174

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

Shades of Bondi Blue #0198AE

Tints of Bondi Blue #0198AE

RGB

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

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

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

R = 0.31%
G = 46.48%
B = 53.21%

CMYK

 C value IS 0.99

 M value IS 0.13

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#0198AE (or 0x0198AE) is known color: Bondi Blue. HEX triplet: 01, 98 and AE. RGB value is (1,152,174). Sum of RGB (Red+Green+Blue) = 1+152+174=327 (43% of max value = 765). Red value is 1 (0.78% from 255 or 0.31% from 327); Green value is 152 (59.77% from 255 or 46.48% from 327); Blue value is 174 (68.36% from 255 or 53.21% from 327); Max value from RGB is 174 - color contains mainly: blue. Hex color #0198AE is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #0198AE is #FE6751. Grayscale: #6D6D6D. Windows color (decimal): -16672594 or 11442177. OLE color: 11442177.

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

Color convert

RGB 1 152 174 -
CMYK 0.99 0.13 0 0.32
HSL 187.63º 0.99% 0.34% -
HSV(B) 187.63º 0.99% 0.68% -
XYZ 18.88 25.52 43.97 -
YUV 109.36 164.47 50.71 -
System Red Green Blue C M Y K H S L
Decimal 1 152 174 0.99 0.13 0 0.32 187.63 0.99 0.34
Hex 1 98 AE 63 D 0 20 BC 63 22
Octal 1 230 256 143 15 0 40 274 143 42
Binary 1 10011000 10101110 1100011 1101 0 100000 10111100 1100011 100010

Color Harmonies of #0198AE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0198AE

Black with #0198AE

Text Example


Text Example

White with #0198AE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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