Html Css Color HEX #0993BA Bondi Blue

📋 copy color: '#0993BA'

red 9 ◦ green 147 ◦ blue 186

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

Shades of Bondi Blue #0993BA

Tints of Bondi Blue #0993BA

RGB

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

 GREEN value IS 147 (57.81% from 255) = 42.98%

 BLUE value IS 186 (73.05% from 255) = 54.39%

R = 2.63%
G = 42.98%
B = 54.39%

CMYK

 C value IS 0.95

 M value IS 0.21

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#0993BA (or 0x0993BA) is known color: Bondi Blue. HEX triplet: 09, 93 and BA. RGB value is (9,147,186). Sum of RGB (Red+Green+Blue) = 9+147+186=342 (45% of max value = 765). Red value is 9 (3.91% from 255 or 2.63% from 342); Green value is 147 (57.81% from 255 or 42.98% from 342); Blue value is 186 (73.05% from 255 or 54.39% from 342); Max value from RGB is 186 - color contains mainly: blue. Hex color #0993BA is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #0993BA is #F66C45. Grayscale: #6D6D6D. Windows color (decimal): -16149574 or 12227337. OLE color: 12227337.

HSL color Cylindrical-coordinate representation of color #0993BA: hue angle of 193.22º degrees, saturation: 0.91, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #0993BA is Cyan = 0.95, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 9 147 186 -
CMYK 0.95 0.21 0 0.27
HSL 193.22º 0.91% 0.38% -
HSV(B) 193.22º 0.95% 0.73% -
XYZ 19.41 24.47 50.15 -
YUV 110.18 170.78 55.83 -
System Red Green Blue C M Y K H S L
Decimal 9 147 186 0.95 0.21 0 0.27 193.22 0.91 0.38
Hex 9 93 BA 5F 15 0 1B C1 5B 26
Octal 11 223 272 137 25 0 33 301 133 46
Binary 1001 10010011 10111010 1011111 10101 0 11011 11000001 1011011 100110

Color Harmonies of #0993BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0993BA

Black with #0993BA

Text Example


Text Example

White with #0993BA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #0993BA; }

 p { color: rgb(9,147,186); }

 H1.HeaderClassName
 {
   color: #0993BA;
 }
 .AnyTagClassName
 {
   color: #0993BA;
 }
</style>

background-color css

<style>
 a { background-color: #0993BA; }

 a { background-color: rgb(9,147,186); }

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

border-color css

<style>
 span { border-color: #0993BA; }

 span { border-color: rgb(9,147,186); }

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