#0A94BF

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

Shades of Bondi Blue #0A94BF

Tints of Bondi Blue #0A94BF

Color information

#0A94BF (or 0x0A94BF) is unknown color: approx Bondi Blue. HEX triplet: 0A, 94 and BF. RGB value is (10,148,191). Sum of RGB (Red+Green+Blue) = 10+148+191=349 (46% of max value = 765). Red value is 10 (4.30% from 255 or 2.87% from 349); Green value is 148 (58.20% from 255 or 42.41% from 349); Blue value is 191 (75% from 255 or 54.73% from 349); Max value from RGB is 191 - color contains mainly: blue. Hex color #0A94BF is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #0A94BF is #F56B40. Grayscale: #6F6F6F. Windows color (decimal): -16083777 or 12555274. OLE color: 12555274.

HSL color Cylindrical-coordinate representation of color #0A94BF: hue angle of 194.25º degrees, saturation: 0.9, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #0A94BF is Cyan = 0.95, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB10148191-
CMYK0.950.2300.25
HSL194.25º90.05%39.41%-
HSV(B)194.25º94.76%74.9%-
XYZ20.1225.0153.06-
YUV111.64172.7855.5-

RGB Variations

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

RGB

RED value IS 10 (4.30% from 255) = 2.87%
GREEN value IS 148 (58.20% from 255) = 42.41%
BLUE value IS 191 (75% from 255) = 54.73%
R=2.87%
G=42.41%
B=54.73%

CMYK

C (Cyan) values IS 0.95
M (Magenta) values IS 0.23
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal101481910.950.2300.25194.2590.0539.41
HexA94BF5F17019c25a27
Octal122242771372703130213247
Binary10101001010010111111101111110111011001110000101011010100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0A94BF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #0A94BF; }

 p { color: rgb(10,148,191); }

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

<style>
 a { background-color: #0A94BF; }

 a { background-color: rgb(10,148,191); }

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

<style>
 span { border-color: #0A94BF; }

 span { border-color: rgb(10,148,191); }

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