Html Css Color HEX #0987BA Bondi Blue

📋 copy color: '#0987BA'

red 9 ◦ green 135 ◦ blue 186

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

Shades of Bondi Blue #0987BA

Tints of Bondi Blue #0987BA

RGB

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

 GREEN value IS 135 (53.13% from 255) = 40.91%

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

R = 2.73%
G = 40.91%
B = 56.36%

CMYK

 C value IS 0.95

 M value IS 0.27

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#0987BA (or 0x0987BA) is known color: Bondi Blue. HEX triplet: 09, 87 and BA. RGB value is (9,135,186). Sum of RGB (Red+Green+Blue) = 9+135+186=330 (43% of max value = 765). Red value is 9 (3.91% from 255 or 2.73% from 330); Green value is 135 (53.12% from 255 or 40.91% from 330); Blue value is 186 (73.05% from 255 or 56.36% from 330); Max value from RGB is 186 - color contains mainly: blue. Hex color #0987BA is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #0987BA is #F67845. Grayscale: #666666. Windows color (decimal): -16152646 or 12224265. OLE color: 12224265.

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

Color convert

RGB 9 135 186 -
CMYK 0.95 0.27 0 0.27
HSL 197.29º 0.91% 0.38% -
HSV(B) 197.29º 0.95% 0.73% -
XYZ 17.64 20.93 49.56 -
YUV 103.14 174.76 60.85 -
System Red Green Blue C M Y K H S L
Decimal 9 135 186 0.95 0.27 0 0.27 197.29 0.91 0.38
Hex 9 87 BA 5F 1B 0 1B C5 5B 26
Octal 11 207 272 137 33 0 33 305 133 46
Binary 1001 10000111 10111010 1011111 11011 0 11011 11000101 1011011 100110

Color Harmonies of #0987BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0987BA

Black with #0987BA

Text Example


Text Example

White with #0987BA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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