Html Css Color HEX #0A8ABA Bondi Blue

📋 copy color: '#0A8ABA'

red 10 ◦ green 138 ◦ blue 186

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

Shades of Bondi Blue #0A8ABA

Tints of Bondi Blue #0A8ABA

RGB

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

 GREEN value IS 138 (54.3% from 255) = 41.32%

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

R = 2.99%
G = 41.32%
B = 55.69%

CMYK

 C value IS 0.95

 M value IS 0.26

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#0A8ABA (or 0x0A8ABA) is known color: Bondi Blue. HEX triplet: 0A, 8A and BA. RGB value is (10,138,186). Sum of RGB (Red+Green+Blue) = 10+138+186=334 (44% of max value = 765). Red value is 10 (4.30% from 255 or 2.99% from 334); Green value is 138 (54.30% from 255 or 41.32% from 334); Blue value is 186 (73.05% from 255 or 55.69% from 334); Max value from RGB is 186 - color contains mainly: blue. Hex color #0A8ABA is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #0A8ABA is #F57545. Grayscale: #686868. Windows color (decimal): -16086342 or 12225034. OLE color: 12225034.

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

Color convert

RGB 10 138 186 -
CMYK 0.95 0.26 0 0.27
HSL 196.36º 0.9% 0.38% -
HSV(B) 196.36º 0.95% 0.73% -
XYZ 18.08 21.79 49.71 -
YUV 105.2 173.59 60.1 -
System Red Green Blue C M Y K H S L
Decimal 10 138 186 0.95 0.26 0 0.27 196.36 0.9 0.38
Hex A 8A BA 5F 1A 0 1B C4 5A 26
Octal 12 212 272 137 32 0 33 304 132 46
Binary 1010 10001010 10111010 1011111 11010 0 11011 11000100 1011010 100110

Color Harmonies of #0A8ABA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0A8ABA

Black with #0A8ABA

Text Example


Text Example

White with #0A8ABA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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