#0D8EB1

Color #0D8EB1 Bondi Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Bondi Blue #0D8EB1

Tints of Bondi Blue #0D8EB1

Color information

#0D8EB1 (or 0x0D8EB1) is unknown color: approx Bondi Blue. HEX triplet: 0D, 8E and B1. RGB value is (13,142,177). Sum of RGB (Red+Green+Blue) = 13+142+177=332 (43% of max value = 765). Red value is 13 (5.47% from 255 or 3.92% from 332); Green value is 142 (55.86% from 255 or 42.77% from 332); Blue value is 177 (69.53% from 255 or 53.31% from 332); Max value from RGB is 177 - color contains mainly: blue. Hex color #0D8EB1 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #0D8EB1 is #F2714E. Grayscale: #6B6B6B. Windows color (decimal): -15888719 or 11636237. OLE color: 11636237.

HSL color Cylindrical-coordinate representation of color #0D8EB1: hue angle of 192.8º degrees, saturation: 0.86, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #0D8EB1 is Cyan = 0.93, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB13142177-
CMYK0.930.2000.31
HSL192.8º86.32%37.25%-
HSV(B)192.8º92.66%69.41%-
XYZ17.7722.6145.02-
YUV107.42167.2660.65-

RGB Variations

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

RGB

RED value IS 13 (5.47% from 255) = 3.92%
GREEN value IS 142 (55.86% from 255) = 42.77%
BLUE value IS 177 (69.53% from 255) = 53.31%
R=3.92%
G=42.77%
B=53.31%

CMYK

C (Cyan) values IS 0.93
M (Magenta) values IS 0.20
Y (Yellow) values IS 0
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal131421770.930.2000.31192.886.3237.25
HexD8EB15D1401Fc15625
Octal152162611352403730112645
Binary11011000111010110001101110110100011111110000011010110100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0D8EB1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #0D8EB1;
 }
 .AnyTagClassName
 {
   color: #0D8EB1;
 }
</style>
background-color css

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

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

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

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

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

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