#0994B4

Color #0994B4 Bondi Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Bondi Blue #0994B4

Tints of Bondi Blue #0994B4

Color information

#0994B4 (or 0x0994B4) is unknown color: approx Bondi Blue. HEX triplet: 09, 94 and B4. RGB value is (9,148,180). Sum of RGB (Red+Green+Blue) = 9+148+180=337 (44% of max value = 765). Red value is 9 (3.91% from 255 or 2.67% from 337); Green value is 148 (58.20% from 255 or 43.92% from 337); Blue value is 180 (70.70% from 255 or 53.41% from 337); Max value from RGB is 180 - color contains mainly: blue. Hex color #0994B4 is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #0994B4 is #F66B4B. Grayscale: #6D6D6D. Windows color (decimal): -16149324 or 11834377. OLE color: 11834377.

HSL color Cylindrical-coordinate representation of color #0994B4: hue angle of 191.23º degrees, saturation: 0.9, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #0994B4 is Cyan = 0.95, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.29.

Color convert

RGB9148180-
CMYK0.950.1800.29
HSL191.23º90.48%37.06%-
HSV(B)191.23º95%70.59%-
XYZ18.9424.5346.92-
YUV110.09167.4555.9-

RGB Variations

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

RGB

RED value IS 9 (3.91% from 255) = 2.67%
GREEN value IS 148 (58.20% from 255) = 43.92%
BLUE value IS 180 (70.70% from 255) = 53.41%
R=2.67%
G=43.92%
B=53.41%

CMYK

C (Cyan) values IS 0.95
M (Magenta) values IS 0.18
Y (Yellow) values IS 0
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal91481800.950.1800.29191.2390.4837.06
Hex994B45F1201Dbf5a25
Octal112242641372203527713245
Binary10011001010010110100101111110010011101101111111011010100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0994B4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #0994B4;
 }
 .AnyTagClassName
 {
   color: #0994B4;
 }
</style>
background-color css

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

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

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

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

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

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