#0A83BF

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

Shades of Bondi Blue #0A83BF

Tints of Bondi Blue #0A83BF

Color information

#0A83BF (or 0x0A83BF) is unknown color: approx Bondi Blue. HEX triplet: 0A, 83 and BF. RGB value is (10,131,191). Sum of RGB (Red+Green+Blue) = 10+131+191=332 (43% of max value = 765). Red value is 10 (4.30% from 255 or 3.01% from 332); Green value is 131 (51.56% from 255 or 39.46% from 332); Blue value is 191 (75% from 255 or 57.53% from 332); Max value from RGB is 191 - color contains mainly: blue. Hex color #0A83BF is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #0A83BF is #F57C40. Grayscale: #656565. Windows color (decimal): -16088129 or 12550922. OLE color: 12550922.

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

Color convert

RGB10131191-
CMYK0.950.3100.25
HSL199.89º90.05%39.41%-
HSV(B)199.89º94.76%74.9%-
XYZ17.6520.0652.23-
YUV101.66178.4162.62-

RGB Variations

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

RGB

RED value IS 10 (4.30% from 255) = 3.01%
GREEN value IS 131 (51.56% from 255) = 39.46%
BLUE value IS 191 (75% from 255) = 57.53%
R=3.01%
G=39.46%
B=57.53%

CMYK

C (Cyan) values IS 0.95
M (Magenta) values IS 0.31
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal101311910.950.3100.25199.8990.0539.41
HexA83BF5F1F019c85a27
Octal122032771373703131013247
Binary10101000001110111111101111111111011001110010001011010100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0A83BF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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