Html Css Color HEX #0099BA Bondi Blue

📋 copy color: '#0099BA'

red 0 ◦ green 153 ◦ blue 186

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

Shades of Bondi Blue #0099BA

Tints of Bondi Blue #0099BA

RGB

 RED value IS 0 (0.39% from 255) = 0%

 GREEN value IS 153 (60.16% from 255) = 45.13%

 BLUE value IS 186 (73.05% from 255) = 54.87%

R = 0%
G = 45.13%
B = 54.87%

CMYK

 C value IS 1

 M value IS 0.18

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#0099BA (or 0x0099BA) is known color: Bondi Blue. HEX triplet: 00, 99 and BA. RGB value is (0,153,186). Sum of RGB (Red+Green+Blue) = 0+153+186=339 (44% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 339); Green value is 153 (60.16% from 255 or 45.13% from 339); Blue value is 186 (73.05% from 255 or 54.87% from 339); Max value from RGB is 186 - color contains mainly: blue. Hex color #0099BA is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #0099BA is #FF6645. Grayscale: #6E6E6E. Windows color (decimal): -16737862 or 12228864. OLE color: 12228864.

HSL color Cylindrical-coordinate representation of color #0099BA: hue angle of 190.65º degrees, saturation: 1, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 1%. Process color model (Four color, CMYK) of #0099BA is Cyan = 1, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 0 153 186 -
CMYK 1 0.18 0 0.27
HSL 190.65º 1% 0.36% -
HSV(B) 190.65º 1% 0.73% -
XYZ 20.25 26.33 50.47 -
YUV 111.02 170.31 48.82 -
System Red Green Blue C M Y K H S L
Decimal 0 153 186 1 0.18 0 0.27 190.65 1 0.36
Hex 0 99 BA 64 12 0 1B BF 64 24
Octal 0 231 272 144 22 0 33 277 144 44
Binary 0 10011001 10111010 1100100 10010 0 11011 10111111 1100100 100100

Color Harmonies of #0099BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0099BA

Black with #0099BA

Text Example


Text Example

White with #0099BA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #0099BA; }

 p { color: rgb(0,153,186); }

 H1.HeaderClassName
 {
   color: #0099BA;
 }
 .AnyTagClassName
 {
   color: #0099BA;
 }
</style>

background-color css

<style>
 a { background-color: #0099BA; }

 a { background-color: rgb(0,153,186); }

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

border-color css

<style>
 span { border-color: #0099BA; }

 span { border-color: rgb(0,153,186); }

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