Html Css Color HEX #0A89BC Bondi Blue

📋 copy color: '#0A89BC'

red 10 ◦ green 137 ◦ blue 188

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

Shades of Bondi Blue #0A89BC

Tints of Bondi Blue #0A89BC

RGB

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

 GREEN value IS 137 (53.91% from 255) = 40.9%

 BLUE value IS 188 (73.83% from 255) = 56.12%

R = 2.99%
G = 40.9%
B = 56.12%

CMYK

 C value IS 0.95

 M value IS 0.27

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#0A89BC (or 0x0A89BC) is known color: Bondi Blue. HEX triplet: 0A, 89 and BC. RGB value is (10,137,188). Sum of RGB (Red+Green+Blue) = 10+137+188=335 (44% of max value = 765). Red value is 10 (4.30% from 255 or 2.99% from 335); Green value is 137 (53.91% from 255 or 40.90% from 335); Blue value is 188 (73.83% from 255 or 56.12% from 335); Max value from RGB is 188 - color contains mainly: blue. Hex color #0A89BC is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #0A89BC is #F57643. Grayscale: #686868. Windows color (decimal): -16086596 or 12355850. OLE color: 12355850.

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

Color convert

RGB 10 137 188 -
CMYK 0.95 0.27 0 0.26
HSL 197.19º 0.9% 0.39% -
HSV(B) 197.19º 0.95% 0.74% -
XYZ 18.15 21.59 50.79 -
YUV 104.84 174.92 60.35 -
System Red Green Blue C M Y K H S L
Decimal 10 137 188 0.95 0.27 0 0.26 197.19 0.9 0.39
Hex A 89 BC 5F 1B 0 1A C5 5A 27
Octal 12 211 274 137 33 0 32 305 132 47
Binary 1010 10001001 10111100 1011111 11011 0 11010 11000101 1011010 100111

Color Harmonies of #0A89BC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0A89BC

Black with #0A89BC

Text Example


Text Example

White with #0A89BC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(10,137,188); }

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

background-color css

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

 a { background-color: rgb(10,137,188); }

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

border-color css

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

 span { border-color: rgb(10,137,188); }

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