Html Css Color HEX #0A8DBE Bondi Blue

📋 copy color: '#0A8DBE'

red 10 ◦ green 141 ◦ blue 190

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

Shades of Bondi Blue #0A8DBE

Tints of Bondi Blue #0A8DBE

RGB

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

 GREEN value IS 141 (55.47% from 255) = 41.35%

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

R = 2.93%
G = 41.35%
B = 55.72%

CMYK

 C value IS 0.95

 M value IS 0.26

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#0A8DBE (or 0x0A8DBE) is known color: Bondi Blue. HEX triplet: 0A, 8D and BE. RGB value is (10,141,190). Sum of RGB (Red+Green+Blue) = 10+141+190=341 (45% of max value = 765). Red value is 10 (4.30% from 255 or 2.93% from 341); Green value is 141 (55.47% from 255 or 41.35% from 341); Blue value is 190 (74.61% from 255 or 55.72% from 341); Max value from RGB is 190 - color contains mainly: blue. Hex color #0A8DBE is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #0A8DBE is #F57241. Grayscale: #6B6B6B. Windows color (decimal): -16085570 or 12487946. OLE color: 12487946.

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

Color convert

RGB 10 141 190 -
CMYK 0.95 0.26 0 0.25
HSL 196.33º 0.9% 0.39% -
HSV(B) 196.33º 0.95% 0.75% -
XYZ 18.94 22.83 52.12 -
YUV 107.42 174.6 58.52 -
System Red Green Blue C M Y K H S L
Decimal 10 141 190 0.95 0.26 0 0.25 196.33 0.9 0.39
Hex A 8D BE 5F 1A 0 19 C4 5A 27
Octal 12 215 276 137 32 0 31 304 132 47
Binary 1010 10001101 10111110 1011111 11010 0 11001 11000100 1011010 100111

Color Harmonies of #0A8DBE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0A8DBE

Black with #0A8DBE

Text Example


Text Example

White with #0A8DBE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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