Html Css Color HEX #0099B4 Bondi Blue

📋 copy color: '#0099B4'

red 0 ◦ green 153 ◦ blue 180

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

Shades of Bondi Blue #0099B4

Tints of Bondi Blue #0099B4

RGB

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

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

 BLUE value IS 180 (70.7% from 255) = 54.05%

R = 0%
G = 45.95%
B = 54.05%

CMYK

 C value IS 1

 M value IS 0.15

 Y value IS 0

 K value IS 0.29

RGB Variations

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

Color information

#0099B4 (or 0x0099B4) is known color: Bondi Blue. HEX triplet: 00, 99 and B4. RGB value is (0,153,180). Sum of RGB (Red+Green+Blue) = 0+153+180=333 (44% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 333); Green value is 153 (60.16% from 255 or 45.95% from 333); Blue value is 180 (70.70% from 255 or 54.05% from 333); Max value from RGB is 180 - color contains mainly: blue. Hex color #0099B4 is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #0099B4 is #FF664B. Grayscale: #6E6E6E. Windows color (decimal): -16737868 or 11835648. OLE color: 11835648.

HSL color Cylindrical-coordinate representation of color #0099B4: hue angle of 189º degrees, saturation: 1, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 1%. Process color model (Four color, CMYK) of #0099B4 is Cyan = 1, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.29.

Color convert

RGB 0 153 180 -
CMYK 1 0.15 0 0.29
HSL 189º 1% 0.35% -
HSV(B) 189º 1% 0.71% -
XYZ 19.63 26.08 47.18 -
YUV 110.33 167.31 49.3 -
System Red Green Blue C M Y K H S L
Decimal 0 153 180 1 0.15 0 0.29 189 1 0.35
Hex 0 99 B4 64 F 0 1D BD 64 23
Octal 0 231 264 144 17 0 35 275 144 43
Binary 0 10011001 10110100 1100100 1111 0 11101 10111101 1100100 100011

Color Harmonies of #0099B4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0099B4

Black with #0099B4

Text Example


Text Example

White with #0099B4

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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