Html Css Color HEX #0995B3 Bondi Blue

📋 copy color: '#0995B3'

red 9 ◦ green 149 ◦ blue 179

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

Shades of Bondi Blue #0995B3

Tints of Bondi Blue #0995B3

RGB

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

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

 BLUE value IS 179 (70.31% from 255) = 53.12%

R = 2.67%
G = 44.21%
B = 53.12%

CMYK

 C value IS 0.95

 M value IS 0.17

 Y value IS 0

 K value IS 0.30

RGB Variations

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

Color information

#0995B3 (or 0x0995B3) is known color: Bondi Blue. HEX triplet: 09, 95 and B3. RGB value is (9,149,179). Sum of RGB (Red+Green+Blue) = 9+149+179=337 (44% of max value = 765). Red value is 9 (3.91% from 255 or 2.67% from 337); Green value is 149 (58.59% from 255 or 44.21% from 337); Blue value is 179 (70.31% from 255 or 53.12% from 337); Max value from RGB is 179 - color contains mainly: blue. Hex color #0995B3 is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #0995B3 is #F66A4C. Grayscale: #6E6E6E. Windows color (decimal): -16149069 or 11769097. OLE color: 11769097.

HSL color Cylindrical-coordinate representation of color #0995B3: hue angle of 190.59º degrees, saturation: 0.9, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #0995B3 is Cyan = 0.95, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.30.

Color convert

RGB 9 149 179 -
CMYK 0.95 0.17 0 0.30
HSL 190.59º 0.9% 0.37% -
HSV(B) 190.59º 0.95% 0.7% -
XYZ 19 24.81 46.43 -
YUV 110.56 166.62 55.56 -
System Red Green Blue C M Y K H S L
Decimal 9 149 179 0.95 0.17 0 0.30 190.59 0.9 0.37
Hex 9 95 B3 5F 11 0 1E BF 5A 25
Octal 11 225 263 137 21 0 36 277 132 45
Binary 1001 10010101 10110011 1011111 10001 0 11110 10111111 1011010 100101

Color Harmonies of #0995B3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0995B3

Black with #0995B3

Text Example


Text Example

White with #0995B3

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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