Html Css Color HEX #0A8EBE Bondi Blue

📋 copy color: '#0A8EBE'

red 10 ◦ green 142 ◦ blue 190

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

Shades of Bondi Blue #0A8EBE

Tints of Bondi Blue #0A8EBE

RGB

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

 GREEN value IS 142 (55.86% from 255) = 41.52%

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

R = 2.92%
G = 41.52%
B = 55.56%

CMYK

 C value IS 0.95

 M value IS 0.25

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#0A8EBE (or 0x0A8EBE) is known color: Bondi Blue. HEX triplet: 0A, 8E and BE. RGB value is (10,142,190). Sum of RGB (Red+Green+Blue) = 10+142+190=342 (45% of max value = 765). Red value is 10 (4.30% from 255 or 2.92% from 342); Green value is 142 (55.86% from 255 or 41.52% from 342); Blue value is 190 (74.61% from 255 or 55.56% from 342); Max value from RGB is 190 - color contains mainly: blue. Hex color #0A8EBE is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #0A8EBE is #F57141. Grayscale: #6B6B6B. Windows color (decimal): -16085314 or 12488202. OLE color: 12488202.

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

Color convert

RGB 10 142 190 -
CMYK 0.95 0.25 0 0.25
HSL 196º 0.9% 0.39% -
HSV(B) 196º 0.95% 0.75% -
XYZ 19.09 23.13 52.17 -
YUV 108 174.27 58.1 -
System Red Green Blue C M Y K H S L
Decimal 10 142 190 0.95 0.25 0 0.25 196 0.9 0.39
Hex A 8E BE 5F 19 0 19 C4 5A 27
Octal 12 216 276 137 31 0 31 304 132 47
Binary 1010 10001110 10111110 1011111 11001 0 11001 11000100 1011010 100111

Color Harmonies of #0A8EBE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0A8EBE

Black with #0A8EBE

Text Example


Text Example

White with #0A8EBE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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