Html Css Color HEX #0986BC Bondi Blue

📋 copy color: '#0986BC'

red 9 ◦ green 134 ◦ blue 188

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

Shades of Bondi Blue #0986BC

Tints of Bondi Blue #0986BC

RGB

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

 GREEN value IS 134 (52.73% from 255) = 40.48%

 BLUE value IS 188 (73.83% from 255) = 56.8%

R = 2.72%
G = 40.48%
B = 56.8%

CMYK

 C value IS 0.95

 M value IS 0.29

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#0986BC (or 0x0986BC) is known color: Bondi Blue. HEX triplet: 09, 86 and BC. RGB value is (9,134,188). Sum of RGB (Red+Green+Blue) = 9+134+188=331 (43% of max value = 765). Red value is 9 (3.91% from 255 or 2.72% from 331); Green value is 134 (52.73% from 255 or 40.48% from 331); Blue value is 188 (73.83% from 255 or 56.80% from 331); Max value from RGB is 188 - color contains mainly: blue. Hex color #0986BC is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #0986BC is #F67943. Grayscale: #666666. Windows color (decimal): -16152900 or 12355081. OLE color: 12355081.

HSL color Cylindrical-coordinate representation of color #0986BC: hue angle of 198.1º degrees, saturation: 0.91, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #0986BC is Cyan = 0.95, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB 9 134 188 -
CMYK 0.95 0.29 0 0.26
HSL 198.1º 0.91% 0.39% -
HSV(B) 198.1º 0.95% 0.74% -
XYZ 17.71 20.74 50.65 -
YUV 102.78 176.09 61.11 -
System Red Green Blue C M Y K H S L
Decimal 9 134 188 0.95 0.29 0 0.26 198.1 0.91 0.39
Hex 9 86 BC 5F 1D 0 1A C6 5B 27
Octal 11 206 274 137 35 0 32 306 133 47
Binary 1001 10000110 10111100 1011111 11101 0 11010 11000110 1011011 100111

Color Harmonies of #0986BC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0986BC

Black with #0986BC

Text Example


Text Example

White with #0986BC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #0986BC; }

 p { color: rgb(9,134,188); }

 H1.HeaderClassName
 {
   color: #0986BC;
 }
 .AnyTagClassName
 {
   color: #0986BC;
 }
</style>

background-color css

<style>
 a { background-color: #0986BC; }

 a { background-color: rgb(9,134,188); }

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

border-color css

<style>
 span { border-color: #0986BC; }

 span { border-color: rgb(9,134,188); }

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