Html Css Color HEX #0996BE Bondi Blue

📋 copy color: '#0996BE'

red 9 ◦ green 150 ◦ blue 190

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

Shades of Bondi Blue #0996BE

Tints of Bondi Blue #0996BE

RGB

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

 GREEN value IS 150 (58.98% from 255) = 42.98%

 BLUE value IS 190 (74.61% from 255) = 54.44%

R = 2.58%
G = 42.98%
B = 54.44%

CMYK

 C value IS 0.95

 M value IS 0.21

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#0996BE (or 0x0996BE) is known color: Bondi Blue. HEX triplet: 09, 96 and BE. RGB value is (9,150,190). Sum of RGB (Red+Green+Blue) = 9+150+190=349 (46% of max value = 765). Red value is 9 (3.91% from 255 or 2.58% from 349); Green value is 150 (58.98% from 255 or 42.98% from 349); Blue value is 190 (74.61% from 255 or 54.44% from 349); Max value from RGB is 190 - color contains mainly: blue. Hex color #0996BE is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #0996BE is #F66941. Grayscale: #707070. Windows color (decimal): -16148802 or 12490249. OLE color: 12490249.

HSL color Cylindrical-coordinate representation of color #0996BE: hue angle of 193.26º degrees, saturation: 0.91, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #0996BE is Cyan = 0.95, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 9 150 190 -
CMYK 0.95 0.21 0 0.25
HSL 193.26º 0.91% 0.39% -
HSV(B) 193.26º 0.95% 0.75% -
XYZ 20.31 25.59 52.58 -
YUV 112.4 171.79 54.25 -
System Red Green Blue C M Y K H S L
Decimal 9 150 190 0.95 0.21 0 0.25 193.26 0.91 0.39
Hex 9 96 BE 5F 15 0 19 C1 5B 27
Octal 11 226 276 137 25 0 31 301 133 47
Binary 1001 10010110 10111110 1011111 10101 0 11001 11000001 1011011 100111

Color Harmonies of #0996BE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0996BE

Black with #0996BE

Text Example


Text Example

White with #0996BE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #0996BE; }

 p { color: rgb(9,150,190); }

 H1.HeaderClassName
 {
   color: #0996BE;
 }
 .AnyTagClassName
 {
   color: #0996BE;
 }
</style>

background-color css

<style>
 a { background-color: #0996BE; }

 a { background-color: rgb(9,150,190); }

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

border-color css

<style>
 span { border-color: #0996BE; }

 span { border-color: rgb(9,150,190); }

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