#0A84BE

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

Shades of Bondi Blue #0A84BE

Tints of Bondi Blue #0A84BE

Color information

#0A84BE (or 0x0A84BE) is unknown color: approx Bondi Blue. HEX triplet: 0A, 84 and BE. RGB value is (10,132,190). Sum of RGB (Red+Green+Blue) = 10+132+190=332 (43% of max value = 765). Red value is 10 (4.30% from 255 or 3.01% from 332); Green value is 132 (51.95% from 255 or 39.76% from 332); Blue value is 190 (74.61% from 255 or 57.23% from 332); Max value from RGB is 190 - color contains mainly: blue. Hex color #0A84BE is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #0A84BE is #F57B41. Grayscale: #656565. Windows color (decimal): -16087874 or 12485642. OLE color: 12485642.

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

Color convert

RGB10132190-
CMYK0.950.3100.25
HSL199.33º90%39.22%-
HSV(B)199.33º94.74%74.51%-
XYZ17.6720.2851.7-
YUV102.13177.5862.28-

RGB Variations

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

RGB

RED value IS 10 (4.30% from 255) = 3.01%
GREEN value IS 132 (51.95% from 255) = 39.76%
BLUE value IS 190 (74.61% from 255) = 57.23%
R=3.01%
G=39.76%
B=57.23%

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
Decimal101321900.950.3100.25199.339039.22
HexA84BE5F1F019c75a27
Octal122042761373703130713247
Binary10101000010010111110101111111111011001110001111011010100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0A84BE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(10,132,190); }

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

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

 a { background-color: rgb(10,132,190); }

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

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

 span { border-color: rgb(10,132,190); }

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