Html Css Color HEX #0A8ABE Bondi Blue

📋 copy color: '#0A8ABE'

red 10 ◦ green 138 ◦ blue 190

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

Shades of Bondi Blue #0A8ABE

Tints of Bondi Blue #0A8ABE

RGB

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

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

 BLUE value IS 190 (74.61% from 255) = 56.21%

R = 2.96%
G = 40.83%
B = 56.21%

CMYK

 C value IS 0.95

 M value IS 0.27

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#0A8ABE (or 0x0A8ABE) is known color: Bondi Blue. HEX triplet: 0A, 8A and BE. RGB value is (10,138,190). Sum of RGB (Red+Green+Blue) = 10+138+190=338 (44% of max value = 765). Red value is 10 (4.30% from 255 or 2.96% from 338); Green value is 138 (54.30% from 255 or 40.83% from 338); Blue value is 190 (74.61% from 255 or 56.21% from 338); Max value from RGB is 190 - color contains mainly: blue. Hex color #0A8ABE is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #0A8ABE is #F57541. Grayscale: #696969. Windows color (decimal): -16086338 or 12487178. OLE color: 12487178.

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

Color convert

RGB 10 138 190 -
CMYK 0.95 0.27 0 0.25
HSL 197.33º 0.9% 0.39% -
HSV(B) 197.33º 0.95% 0.75% -
XYZ 18.51 21.96 51.98 -
YUV 105.66 175.59 59.77 -
System Red Green Blue C M Y K H S L
Decimal 10 138 190 0.95 0.27 0 0.25 197.33 0.9 0.39
Hex A 8A BE 5F 1B 0 19 C5 5A 27
Octal 12 212 276 137 33 0 31 305 132 47
Binary 1010 10001010 10111110 1011111 11011 0 11001 11000101 1011010 100111

Color Harmonies of #0A8ABE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0A8ABE

Black with #0A8ABE

Text Example


Text Example

White with #0A8ABE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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