Html Css Color HEX #0984BB Bondi Blue

📋 copy color: '#0984BB'

red 9 ◦ green 132 ◦ blue 187

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

Shades of Bondi Blue #0984BB

Tints of Bondi Blue #0984BB

RGB

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

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

 BLUE value IS 187 (73.44% from 255) = 57.01%

R = 2.74%
G = 40.24%
B = 57.01%

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

#0984BB (or 0x0984BB) is known color: Bondi Blue. HEX triplet: 09, 84 and BB. RGB value is (9,132,187). Sum of RGB (Red+Green+Blue) = 9+132+187=328 (43% of max value = 765). Red value is 9 (3.91% from 255 or 2.74% from 328); Green value is 132 (51.95% from 255 or 40.24% from 328); Blue value is 187 (73.44% from 255 or 57.01% from 328); Max value from RGB is 187 - color contains mainly: blue. Hex color #0984BB is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #0984BB is #F67B44. Grayscale: #656565. Windows color (decimal): -16153413 or 12289033. OLE color: 12289033.

HSL color Cylindrical-coordinate representation of color #0984BB: hue angle of 198.54º 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 #0984BB is Cyan = 0.95, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 9 132 187 -
CMYK 0.95 0.29 0 0.27
HSL 198.54º 0.91% 0.38% -
HSV(B) 198.54º 0.95% 0.73% -
XYZ 17.33 20.15 49.99 -
YUV 101.49 176.25 62.03 -
System Red Green Blue C M Y K H S L
Decimal 9 132 187 0.95 0.29 0 0.27 198.54 0.91 0.38
Hex 9 84 BB 5F 1D 0 1B C7 5B 26
Octal 11 204 273 137 35 0 33 307 133 46
Binary 1001 10000100 10111011 1011111 11101 0 11011 11000111 1011011 100110

Color Harmonies of #0984BB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0984BB

Black with #0984BB

Text Example


Text Example

White with #0984BB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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