Html Css Color HEX #0995AD Bondi Blue

📋 copy color: '#0995AD'

red 9 ◦ green 149 ◦ blue 173

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

Shades of Bondi Blue #0995AD

Tints of Bondi Blue #0995AD

RGB

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

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

 BLUE value IS 173 (67.97% from 255) = 52.27%

R = 2.72%
G = 45.02%
B = 52.27%

CMYK

 C value IS 0.95

 M value IS 0.14

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#0995AD (or 0x0995AD) is known color: Bondi Blue. HEX triplet: 09, 95 and AD. RGB value is (9,149,173). Sum of RGB (Red+Green+Blue) = 9+149+173=331 (43% of max value = 765). Red value is 9 (3.91% from 255 or 2.72% from 331); Green value is 149 (58.59% from 255 or 45.02% from 331); Blue value is 173 (67.97% from 255 or 52.27% from 331); Max value from RGB is 173 - color contains mainly: blue. Hex color #0995AD is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #0995AD is #F66A52. Grayscale: #6D6D6D. Windows color (decimal): -16149075 or 11375881. OLE color: 11375881.

HSL color Cylindrical-coordinate representation of color #0995AD: hue angle of 188.78º degrees, saturation: 0.9, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #0995AD is Cyan = 0.95, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB 9 149 173 -
CMYK 0.95 0.14 0 0.32
HSL 188.78º 0.9% 0.36% -
HSV(B) 188.78º 0.95% 0.68% -
XYZ 18.4 24.57 43.31 -
YUV 109.88 163.62 56.05 -
System Red Green Blue C M Y K H S L
Decimal 9 149 173 0.95 0.14 0 0.32 188.78 0.9 0.36
Hex 9 95 AD 5F E 0 20 BD 5A 24
Octal 11 225 255 137 16 0 40 275 132 44
Binary 1001 10010101 10101101 1011111 1110 0 100000 10111101 1011010 100100

Color Harmonies of #0995AD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0995AD

Black with #0995AD

Text Example


Text Example

White with #0995AD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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