Html Css Color HEX #0095AA Bondi Blue

📋 copy color: '#0095AA'

red 0 ◦ green 149 ◦ blue 170

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

Shades of Bondi Blue #0095AA

Tints of Bondi Blue #0095AA

RGB

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

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

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

R = 0%
G = 46.71%
B = 53.29%

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

#0095AA (or 0x0095AA) is known color: Bondi Blue. HEX triplet: 00, 95 and AA. RGB value is (0,149,170). Sum of RGB (Red+Green+Blue) = 0+149+170=319 (42% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 319); Green value is 149 (58.59% from 255 or 46.71% from 319); Blue value is 170 (66.80% from 255 or 53.29% from 319); Max value from RGB is 170 - color contains mainly: blue. Hex color #0095AA is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #0095AA is #FF6A55. Grayscale: #6A6A6A. Windows color (decimal): -16738902 or 11179264. OLE color: 11179264.

HSL color Cylindrical-coordinate representation of color #0095AA: hue angle of 187.41º 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 #0095AA is Cyan = 1, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 0 149 170 -
CMYK 1 0.12 0 0.33
HSL 187.41º 1% 0.33% -
HSV(B) 187.41º 1% 0.67% -
XYZ 18 24.4 41.79 -
YUV 106.84 163.64 51.79 -
System Red Green Blue C M Y K H S L
Decimal 0 149 170 1 0.12 0 0.33 187.41 1 0.33
Hex 0 95 AA 64 C 0 21 BB 64 21
Octal 0 225 252 144 14 0 41 273 144 41
Binary 0 10010101 10101010 1100100 1100 0 100001 10111011 1100100 100001

Color Harmonies of #0095AA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0095AA

Black with #0095AA

Text Example


Text Example

White with #0095AA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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