Html Css Color HEX #0A8BBB Bondi Blue

📋 copy color: '#0A8BBB'

red 10 ◦ green 139 ◦ blue 187

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

Shades of Bondi Blue #0A8BBB

Tints of Bondi Blue #0A8BBB

RGB

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

 GREEN value IS 139 (54.69% from 255) = 41.37%

 BLUE value IS 187 (73.44% from 255) = 55.65%

R = 2.98%
G = 41.37%
B = 55.65%

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

#0A8BBB (or 0x0A8BBB) is known color: Bondi Blue. HEX triplet: 0A, 8B and BB. RGB value is (10,139,187). Sum of RGB (Red+Green+Blue) = 10+139+187=336 (44% of max value = 765). Red value is 10 (4.30% from 255 or 2.98% from 336); Green value is 139 (54.69% from 255 or 41.37% from 336); Blue value is 187 (73.44% from 255 or 55.65% from 336); Max value from RGB is 187 - color contains mainly: blue. Hex color #0A8BBB is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #0A8BBB is #F57444. Grayscale: #696969. Windows color (decimal): -16086085 or 12290826. OLE color: 12290826.

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

Color convert

RGB 10 139 187 -
CMYK 0.95 0.26 0 0.27
HSL 196.27º 0.9% 0.39% -
HSV(B) 196.27º 0.95% 0.73% -
XYZ 18.33 22.12 50.32 -
YUV 105.9 173.76 59.6 -
System Red Green Blue C M Y K H S L
Decimal 10 139 187 0.95 0.26 0 0.27 196.27 0.9 0.39
Hex A 8B BB 5F 1A 0 1B C4 5A 27
Octal 12 213 273 137 32 0 33 304 132 47
Binary 1010 10001011 10111011 1011111 11010 0 11011 11000100 1011010 100111

Color Harmonies of #0A8BBB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0A8BBB

Black with #0A8BBB

Text Example


Text Example

White with #0A8BBB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(10,139,187); }

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

background-color css

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

 a { background-color: rgb(10,139,187); }

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

border-color css

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

 span { border-color: rgb(10,139,187); }

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