Html Css Color HEX #0D8EBE Bondi Blue

📋 copy color: '#0D8EBE'

red 13 ◦ green 142 ◦ blue 190

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

Shades of Bondi Blue #0D8EBE

Tints of Bondi Blue #0D8EBE

RGB

 RED value IS 13 (5.47% from 255) = 3.77%

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

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

R = 3.77%
G = 41.16%
B = 55.07%

CMYK

 C value IS 0.93

 M value IS 0.25

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#0D8EBE (or 0x0D8EBE) is known color: Bondi Blue. HEX triplet: 0D, 8E and BE. RGB value is (13,142,190). Sum of RGB (Red+Green+Blue) = 13+142+190=345 (45% of max value = 765). Red value is 13 (5.47% from 255 or 3.77% from 345); Green value is 142 (55.86% from 255 or 41.16% from 345); Blue value is 190 (74.61% from 255 or 55.07% from 345); Max value from RGB is 190 - color contains mainly: blue. Hex color #0D8EBE is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #0D8EBE is #F27141. Grayscale: #6C6C6C. Windows color (decimal): -15888706 or 12488205. OLE color: 12488205.

HSL color Cylindrical-coordinate representation of color #0D8EBE: hue angle of 196.27º degrees, saturation: 0.87, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #0D8EBE is Cyan = 0.93, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 13 142 190 -
CMYK 0.93 0.25 0 0.25
HSL 196.27º 0.87% 0.4% -
HSV(B) 196.27º 0.93% 0.75% -
XYZ 19.13 23.15 52.18 -
YUV 108.9 173.76 59.6 -
System Red Green Blue C M Y K H S L
Decimal 13 142 190 0.93 0.25 0 0.25 196.27 0.87 0.4
Hex D 8E BE 5D 19 0 19 C4 57 28
Octal 15 216 276 135 31 0 31 304 127 50
Binary 1101 10001110 10111110 1011101 11001 0 11001 11000100 1010111 101000

Color Harmonies of #0D8EBE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0D8EBE

Black with #0D8EBE

Text Example


Text Example

White with #0D8EBE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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