Html Css Color HEX #0A85BA Bondi Blue

📋 copy color: '#0A85BA'

red 10 ◦ green 133 ◦ blue 186

#0A85BA
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Bondi Blue #0A85BA

Tints of Bondi Blue #0A85BA

RGB

 RED value IS 10 (4.3% from 255) = 3.04%

 GREEN value IS 133 (52.34% from 255) = 40.43%

 BLUE value IS 186 (73.05% from 255) = 56.53%

R = 3.04%
G = 40.43%
B = 56.53%

CMYK

 C value IS 0.95

 M value IS 0.28

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#0A85BA (or 0x0A85BA) is known color: Bondi Blue. HEX triplet: 0A, 85 and BA. RGB value is (10,133,186). Sum of RGB (Red+Green+Blue) = 10+133+186=329 (43% of max value = 765). Red value is 10 (4.30% from 255 or 3.04% from 329); Green value is 133 (52.34% from 255 or 40.43% from 329); Blue value is 186 (73.05% from 255 or 56.53% from 329); Max value from RGB is 186 - color contains mainly: blue. Hex color #0A85BA is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #0A85BA is #F57A45. Grayscale: #656565. Windows color (decimal): -16087622 or 12223754. OLE color: 12223754.

HSL color Cylindrical-coordinate representation of color #0A85BA: hue angle of 198.07º degrees, saturation: 0.9, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #0A85BA is Cyan = 0.95, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 10 133 186 -
CMYK 0.95 0.28 0 0.27
HSL 198.07º 0.9% 0.38% -
HSV(B) 198.07º 0.95% 0.73% -
XYZ 17.38 20.38 49.47 -
YUV 102.27 175.25 62.19 -
System Red Green Blue C M Y K H S L
Decimal 10 133 186 0.95 0.28 0 0.27 198.07 0.9 0.38
Hex A 85 BA 5F 1C 0 1B C6 5A 26
Octal 12 205 272 137 34 0 33 306 132 46
Binary 1010 10000101 10111010 1011111 11100 0 11011 11000110 1011010 100110

Color Harmonies of #0A85BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0A85BA

Black with #0A85BA

Text Example


Text Example

White with #0A85BA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #0A85BA;
 }
 .AnyTagClassName
 {
   color: #0A85BA;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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