Html Css Color HEX #0096BA Bondi Blue

📋 copy color: '#0096BA'

red 0 ◦ green 150 ◦ blue 186

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

Shades of Bondi Blue #0096BA

Tints of Bondi Blue #0096BA

RGB

 RED value IS 0 (0.39% from 255) = 0%

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

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

R = 0%
G = 44.64%
B = 55.36%

CMYK

 C value IS 1

 M value IS 0.19

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#0096BA (or 0x0096BA) is known color: Bondi Blue. HEX triplet: 00, 96 and BA. RGB value is (0,150,186). Sum of RGB (Red+Green+Blue) = 0+150+186=336 (44% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 336); Green value is 150 (58.98% from 255 or 44.64% from 336); Blue value is 186 (73.05% from 255 or 55.36% from 336); Max value from RGB is 186 - color contains mainly: blue. Hex color #0096BA is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #0096BA is #FF6945. Grayscale: #6C6C6C. Windows color (decimal): -16738630 or 12228096. OLE color: 12228096.

HSL color Cylindrical-coordinate representation of color #0096BA: hue angle of 191.61º degrees, saturation: 1, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 1%. Process color model (Four color, CMYK) of #0096BA is Cyan = 1, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 0 150 186 -
CMYK 1 0.19 0 0.27
HSL 191.61º 1% 0.36% -
HSV(B) 191.61º 1% 0.73% -
XYZ 19.77 25.36 50.31 -
YUV 109.25 171.31 50.07 -
System Red Green Blue C M Y K H S L
Decimal 0 150 186 1 0.19 0 0.27 191.61 1 0.36
Hex 0 96 BA 64 13 0 1B C0 64 24
Octal 0 226 272 144 23 0 33 300 144 44
Binary 0 10010110 10111010 1100100 10011 0 11011 11000000 1100100 100100

Color Harmonies of #0096BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0096BA

Black with #0096BA

Text Example


Text Example

White with #0096BA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(0,150,186); }

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

background-color css

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

 a { background-color: rgb(0,150,186); }

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

border-color css

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

 span { border-color: rgb(0,150,186); }

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