Html Css Color HEX #0D8EBA Bondi Blue

📋 copy color: '#0D8EBA'

red 13 ◦ green 142 ◦ blue 186

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

Shades of Bondi Blue #0D8EBA

Tints of Bondi Blue #0D8EBA

RGB

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

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

 BLUE value IS 186 (73.05% from 255) = 54.55%

R = 3.81%
G = 41.64%
B = 54.55%

CMYK

 C value IS 0.93

 M value IS 0.24

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#0D8EBA (or 0x0D8EBA) is known color: Bondi Blue. HEX triplet: 0D, 8E and BA. RGB value is (13,142,186). Sum of RGB (Red+Green+Blue) = 13+142+186=341 (45% of max value = 765). Red value is 13 (5.47% from 255 or 3.81% from 341); Green value is 142 (55.86% from 255 or 41.64% from 341); Blue value is 186 (73.05% from 255 or 54.55% from 341); Max value from RGB is 186 - color contains mainly: blue. Hex color #0D8EBA is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #0D8EBA is #F27145. Grayscale: #6C6C6C. Windows color (decimal): -15888710 or 12226061. OLE color: 12226061.

HSL color Cylindrical-coordinate representation of color #0D8EBA: hue angle of 195.26º degrees, saturation: 0.87, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #0D8EBA is Cyan = 0.93, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 13 142 186 -
CMYK 0.93 0.24 0 0.27
HSL 195.26º 0.87% 0.39% -
HSV(B) 195.26º 0.93% 0.73% -
XYZ 18.7 22.98 49.9 -
YUV 108.45 171.76 59.92 -
System Red Green Blue C M Y K H S L
Decimal 13 142 186 0.93 0.24 0 0.27 195.26 0.87 0.39
Hex D 8E BA 5D 18 0 1B C3 57 27
Octal 15 216 272 135 30 0 33 303 127 47
Binary 1101 10001110 10111010 1011101 11000 0 11011 11000011 1010111 100111

Color Harmonies of #0D8EBA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0D8EBA

Black with #0D8EBA

Text Example


Text Example

White with #0D8EBA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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