Html Css Color HEX #0994BB Bondi Blue

📋 copy color: '#0994BB'

red 9 ◦ green 148 ◦ blue 187

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

Shades of Bondi Blue #0994BB

Tints of Bondi Blue #0994BB

RGB

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

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

 BLUE value IS 187 (73.44% from 255) = 54.36%

R = 2.62%
G = 43.02%
B = 54.36%

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

#0994BB (or 0x0994BB) is known color: Bondi Blue. HEX triplet: 09, 94 and BB. RGB value is (9,148,187). Sum of RGB (Red+Green+Blue) = 9+148+187=344 (45% of max value = 765). Red value is 9 (3.91% from 255 or 2.62% from 344); Green value is 148 (58.20% from 255 or 43.02% from 344); Blue value is 187 (73.44% from 255 or 54.36% from 344); Max value from RGB is 187 - color contains mainly: blue. Hex color #0994BB is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #0994BB is #F66B44. Grayscale: #6E6E6E. Windows color (decimal): -16149317 or 12293129. OLE color: 12293129.

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

Color convert

RGB 9 148 187 -
CMYK 0.95 0.21 0 0.27
HSL 193.15º 0.91% 0.38% -
HSV(B) 193.15º 0.95% 0.73% -
XYZ 19.67 24.83 50.77 -
YUV 110.89 170.95 55.33 -
System Red Green Blue C M Y K H S L
Decimal 9 148 187 0.95 0.21 0 0.27 193.15 0.91 0.38
Hex 9 94 BB 5F 15 0 1B C1 5B 26
Octal 11 224 273 137 25 0 33 301 133 46
Binary 1001 10010100 10111011 1011111 10101 0 11011 11000001 1011011 100110

Color Harmonies of #0994BB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0994BB

Black with #0994BB

Text Example


Text Example

White with #0994BB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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