Html Css Color HEX #0994BA Bondi Blue

📋 copy color: '#0994BA'

red 9 ◦ green 148 ◦ blue 186

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

Shades of Bondi Blue #0994BA

Tints of Bondi Blue #0994BA

RGB

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

 GREEN value IS 148 (58.2% from 255) = 43.15%

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

R = 2.62%
G = 43.15%
B = 54.23%

CMYK

 C value IS 0.95

 M value IS 0.20

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#0994BA (or 0x0994BA) is known color: Bondi Blue. HEX triplet: 09, 94 and BA. RGB value is (9,148,186). Sum of RGB (Red+Green+Blue) = 9+148+186=343 (45% of max value = 765). Red value is 9 (3.91% from 255 or 2.62% from 343); Green value is 148 (58.20% from 255 or 43.15% from 343); Blue value is 186 (73.05% from 255 or 54.23% from 343); Max value from RGB is 186 - color contains mainly: blue. Hex color #0994BA is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #0994BA is #F66B45. Grayscale: #6E6E6E. Windows color (decimal): -16149318 or 12227593. OLE color: 12227593.

HSL color Cylindrical-coordinate representation of color #0994BA: hue angle of 192.88º 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 #0994BA is Cyan = 0.95, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 9 148 186 -
CMYK 0.95 0.20 0 0.27
HSL 192.88º 0.91% 0.38% -
HSV(B) 192.88º 0.95% 0.73% -
XYZ 19.57 24.78 50.21 -
YUV 110.77 170.45 55.41 -
System Red Green Blue C M Y K H S L
Decimal 9 148 186 0.95 0.20 0 0.27 192.88 0.91 0.38
Hex 9 94 BA 5F 14 0 1B C1 5B 26
Octal 11 224 272 137 24 0 33 301 133 46
Binary 1001 10010100 10111010 1011111 10100 0 11011 11000001 1011011 100110

Color Harmonies of #0994BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0994BA

Black with #0994BA

Text Example


Text Example

White with #0994BA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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