Html Css Color HEX #0A8FBB Bondi Blue

📋 copy color: '#0A8FBB'

red 10 ◦ green 143 ◦ blue 187

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

Shades of Bondi Blue #0A8FBB

Tints of Bondi Blue #0A8FBB

RGB

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

 GREEN value IS 143 (56.25% from 255) = 42.06%

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

R = 2.94%
G = 42.06%
B = 55%

CMYK

 C value IS 0.95

 M value IS 0.24

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#0A8FBB (or 0x0A8FBB) is known color: Bondi Blue. HEX triplet: 0A, 8F and BB. RGB value is (10,143,187). Sum of RGB (Red+Green+Blue) = 10+143+187=340 (45% of max value = 765). Red value is 10 (4.30% from 255 or 2.94% from 340); Green value is 143 (56.25% from 255 or 42.06% from 340); Blue value is 187 (73.44% from 255 or 55% from 340); Max value from RGB is 187 - color contains mainly: blue. Hex color #0A8FBB is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #0A8FBB is #F57044. Grayscale: #6B6B6B. Windows color (decimal): -16085061 or 12291850. OLE color: 12291850.

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

Color convert

RGB 10 143 187 -
CMYK 0.95 0.24 0 0.27
HSL 194.92º 0.9% 0.39% -
HSV(B) 194.92º 0.95% 0.73% -
XYZ 18.92 23.3 50.51 -
YUV 108.25 172.44 57.92 -
System Red Green Blue C M Y K H S L
Decimal 10 143 187 0.95 0.24 0 0.27 194.92 0.9 0.39
Hex A 8F BB 5F 18 0 1B C3 5A 27
Octal 12 217 273 137 30 0 33 303 132 47
Binary 1010 10001111 10111011 1011111 11000 0 11011 11000011 1011010 100111

Color Harmonies of #0A8FBB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0A8FBB

Black with #0A8FBB

Text Example


Text Example

White with #0A8FBB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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