#0A85BF

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

Shades of Bondi Blue #0A85BF

Tints of Bondi Blue #0A85BF

Color information

#0A85BF (or 0x0A85BF) is unknown color: approx Bondi Blue. HEX triplet: 0A, 85 and BF. RGB value is (10,133,191). Sum of RGB (Red+Green+Blue) = 10+133+191=334 (44% of max value = 765). Red value is 10 (4.30% from 255 or 2.99% from 334); Green value is 133 (52.34% from 255 or 39.82% from 334); Blue value is 191 (75% from 255 or 57.19% from 334); Max value from RGB is 191 - color contains mainly: blue. Hex color #0A85BF is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #0A85BF is #F57A40. Grayscale: #666666. Windows color (decimal): -16087617 or 12551434. OLE color: 12551434.

HSL color Cylindrical-coordinate representation of color #0A85BF: hue angle of 199.23º 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 #0A85BF is Cyan = 0.95, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB10133191-
CMYK0.950.3000.25
HSL199.23º90.05%39.41%-
HSV(B)199.23º94.76%74.9%-
XYZ17.9220.652.32-
YUV102.84177.7561.78-

RGB Variations

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

RGB

RED value IS 10 (4.30% from 255) = 2.99%
GREEN value IS 133 (52.34% from 255) = 39.82%
BLUE value IS 191 (75% from 255) = 57.19%
R=2.99%
G=39.82%
B=57.19%

CMYK

C (Cyan) values IS 0.95
M (Magenta) values IS 0.30
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal101331910.950.3000.25199.2390.0539.41
HexA85BF5F1E019c75a27
Octal122052771373603130713247
Binary10101000010110111111101111111110011001110001111011010100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0A85BF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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