Html Css Color HEX #0985BA Bondi Blue

📋 copy color: '#0985BA'

red 9 ◦ green 133 ◦ blue 186

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

Shades of Bondi Blue #0985BA

Tints of Bondi Blue #0985BA

RGB

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

 GREEN value IS 133 (52.34% from 255) = 40.55%

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

R = 2.74%
G = 40.55%
B = 56.71%

CMYK

 C value IS 0.95

 M value IS 0.28

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#0985BA (or 0x0985BA) is known color: Bondi Blue. HEX triplet: 09, 85 and BA. RGB value is (9,133,186). Sum of RGB (Red+Green+Blue) = 9+133+186=328 (43% of max value = 765). Red value is 9 (3.91% from 255 or 2.74% from 328); Green value is 133 (52.34% from 255 or 40.55% from 328); Blue value is 186 (73.05% from 255 or 56.71% from 328); Max value from RGB is 186 - color contains mainly: blue. Hex color #0985BA is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #0985BA is #F67A45. Grayscale: #656565. Windows color (decimal): -16153158 or 12223753. OLE color: 12223753.

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

Color convert

RGB 9 133 186 -
CMYK 0.95 0.28 0 0.27
HSL 197.97º 0.91% 0.38% -
HSV(B) 197.97º 0.95% 0.73% -
XYZ 17.36 20.38 49.47 -
YUV 101.97 175.42 61.69 -
System Red Green Blue C M Y K H S L
Decimal 9 133 186 0.95 0.28 0 0.27 197.97 0.91 0.38
Hex 9 85 BA 5F 1C 0 1B C6 5B 26
Octal 11 205 272 137 34 0 33 306 133 46
Binary 1001 10000101 10111010 1011111 11100 0 11011 11000110 1011011 100110

Color Harmonies of #0985BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0985BA

Black with #0985BA

Text Example


Text Example

White with #0985BA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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