Html Css Color HEX #0A8CBA Bondi Blue

📋 copy color: '#0A8CBA'

red 10 ◦ green 140 ◦ blue 186

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

Shades of Bondi Blue #0A8CBA

Tints of Bondi Blue #0A8CBA

RGB

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

 GREEN value IS 140 (55.08% from 255) = 41.67%

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

R = 2.98%
G = 41.67%
B = 55.36%

CMYK

 C value IS 0.95

 M value IS 0.25

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#0A8CBA (or 0x0A8CBA) is known color: Bondi Blue. HEX triplet: 0A, 8C and BA. RGB value is (10,140,186). Sum of RGB (Red+Green+Blue) = 10+140+186=336 (44% of max value = 765). Red value is 10 (4.30% from 255 or 2.98% from 336); Green value is 140 (55.08% from 255 or 41.67% from 336); Blue value is 186 (73.05% from 255 or 55.36% from 336); Max value from RGB is 186 - color contains mainly: blue. Hex color #0A8CBA is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #0A8CBA is #F57345. Grayscale: #6A6A6A. Windows color (decimal): -16085830 or 12225546. OLE color: 12225546.

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

Color convert

RGB 10 140 186 -
CMYK 0.95 0.25 0 0.27
HSL 195.68º 0.9% 0.38% -
HSV(B) 195.68º 0.95% 0.73% -
XYZ 18.37 22.37 49.8 -
YUV 106.37 172.93 59.26 -
System Red Green Blue C M Y K H S L
Decimal 10 140 186 0.95 0.25 0 0.27 195.68 0.9 0.38
Hex A 8C BA 5F 19 0 1B C4 5A 26
Octal 12 214 272 137 31 0 33 304 132 46
Binary 1010 10001100 10111010 1011111 11001 0 11011 11000100 1011010 100110

Color Harmonies of #0A8CBA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0A8CBA

Black with #0A8CBA

Text Example


Text Example

White with #0A8CBA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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