Html Css Color HEX #0096AA Bondi Blue

📋 copy color: '#0096AA'

red 0 ◦ green 150 ◦ blue 170

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

Shades of Bondi Blue #0096AA

Tints of Bondi Blue #0096AA

RGB

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

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

 BLUE value IS 170 (66.8% from 255) = 53.13%

R = 0%
G = 46.88%
B = 53.13%

CMYK

 C value IS 1

 M value IS 0.12

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#0096AA (or 0x0096AA) is known color: Bondi Blue. HEX triplet: 00, 96 and AA. RGB value is (0,150,170). Sum of RGB (Red+Green+Blue) = 0+150+170=320 (42% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 320); Green value is 150 (58.98% from 255 or 46.88% from 320); Blue value is 170 (66.80% from 255 or 53.12% from 320); Max value from RGB is 170 - color contains mainly: blue. Hex color #0096AA is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #0096AA is #FF6955. Grayscale: #6B6B6B. Windows color (decimal): -16738646 or 11179520. OLE color: 11179520.

HSL color Cylindrical-coordinate representation of color #0096AA: hue angle of 187.06º degrees, saturation: 1, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 1%. Process color model (Four color, CMYK) of #0096AA is Cyan = 1, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 0 150 170 -
CMYK 1 0.12 0 0.33
HSL 187.06º 1% 0.33% -
HSV(B) 187.06º 1% 0.67% -
XYZ 18.16 24.71 41.84 -
YUV 107.43 163.31 51.37 -
System Red Green Blue C M Y K H S L
Decimal 0 150 170 1 0.12 0 0.33 187.06 1 0.33
Hex 0 96 AA 64 C 0 21 BB 64 21
Octal 0 226 252 144 14 0 41 273 144 41
Binary 0 10010110 10101010 1100100 1100 0 100001 10111011 1100100 100001

Color Harmonies of #0096AA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0096AA

Black with #0096AA

Text Example


Text Example

White with #0096AA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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