Html Css Color HEX #0984BA Bondi Blue

📋 copy color: '#0984BA'

red 9 ◦ green 132 ◦ blue 186

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

Shades of Bondi Blue #0984BA

Tints of Bondi Blue #0984BA

RGB

 RED value IS 9 (3.91% from 255) = 2.75%

 GREEN value IS 132 (51.95% from 255) = 40.37%

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

R = 2.75%
G = 40.37%
B = 56.88%

CMYK

 C value IS 0.95

 M value IS 0.29

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#0984BA (or 0x0984BA) is known color: Bondi Blue. HEX triplet: 09, 84 and BA. RGB value is (9,132,186). Sum of RGB (Red+Green+Blue) = 9+132+186=327 (43% of max value = 765). Red value is 9 (3.91% from 255 or 2.75% from 327); Green value is 132 (51.95% from 255 or 40.37% from 327); Blue value is 186 (73.05% from 255 or 56.88% from 327); Max value from RGB is 186 - color contains mainly: blue. Hex color #0984BA is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #0984BA is #F67B45. Grayscale: #656565. Windows color (decimal): -16153414 or 12223497. OLE color: 12223497.

HSL color Cylindrical-coordinate representation of color #0984BA: hue angle of 198.31º degrees, saturation: 0.91, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #0984BA is Cyan = 0.95, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 9 132 186 -
CMYK 0.95 0.29 0 0.27
HSL 198.31º 0.91% 0.38% -
HSV(B) 198.31º 0.95% 0.73% -
XYZ 17.23 20.11 49.43 -
YUV 101.38 175.75 62.11 -
System Red Green Blue C M Y K H S L
Decimal 9 132 186 0.95 0.29 0 0.27 198.31 0.91 0.38
Hex 9 84 BA 5F 1D 0 1B C6 5B 26
Octal 11 204 272 137 35 0 33 306 133 46
Binary 1001 10000100 10111010 1011111 11101 0 11011 11000110 1011011 100110

Color Harmonies of #0984BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0984BA

Black with #0984BA

Text Example


Text Example

White with #0984BA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(9,132,186); }

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

background-color css

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

 a { background-color: rgb(9,132,186); }

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

border-color css

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

 span { border-color: rgb(9,132,186); }

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