Html Css Color HEX #0995AA Bondi Blue

📋 copy color: '#0995AA'

red 9 ◦ green 149 ◦ blue 170

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

Shades of Bondi Blue #0995AA

Tints of Bondi Blue #0995AA

RGB

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

 GREEN value IS 149 (58.59% from 255) = 45.43%

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

R = 2.74%
G = 45.43%
B = 51.83%

CMYK

 C value IS 0.95

 M value IS 0.12

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#0995AA (or 0x0995AA) is known color: Bondi Blue. HEX triplet: 09, 95 and AA. RGB value is (9,149,170). Sum of RGB (Red+Green+Blue) = 9+149+170=328 (43% of max value = 765). Red value is 9 (3.91% from 255 or 2.74% from 328); Green value is 149 (58.59% from 255 or 45.43% from 328); Blue value is 170 (66.80% from 255 or 51.83% from 328); Max value from RGB is 170 - color contains mainly: blue. Hex color #0995AA is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #0995AA is #F66A55. Grayscale: #6D6D6D. Windows color (decimal): -16149078 or 11179273. OLE color: 11179273.

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

Color convert

RGB 9 149 170 -
CMYK 0.95 0.12 0 0.33
HSL 187.83º 0.9% 0.35% -
HSV(B) 187.83º 0.95% 0.67% -
XYZ 18.12 24.46 41.8 -
YUV 109.53 162.12 56.29 -
System Red Green Blue C M Y K H S L
Decimal 9 149 170 0.95 0.12 0 0.33 187.83 0.9 0.35
Hex 9 95 AA 5F C 0 21 BC 5A 23
Octal 11 225 252 137 14 0 41 274 132 43
Binary 1001 10010101 10101010 1011111 1100 0 100001 10111100 1011010 100011

Color Harmonies of #0995AA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0995AA

Black with #0995AA

Text Example


Text Example

White with #0995AA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(9,149,170); }

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

background-color css

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

 a { background-color: rgb(9,149,170); }

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

border-color css

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

 span { border-color: rgb(9,149,170); }

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