#0D8FB0

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

Shades of Bondi Blue #0D8FB0

Tints of Bondi Blue #0D8FB0

Color information

#0D8FB0 (or 0x0D8FB0) is unknown color: approx Bondi Blue. HEX triplet: 0D, 8F and B0. RGB value is (13,143,176). Sum of RGB (Red+Green+Blue) = 13+143+176=332 (43% of max value = 765). Red value is 13 (5.47% from 255 or 3.92% from 332); Green value is 143 (56.25% from 255 or 43.07% from 332); Blue value is 176 (69.14% from 255 or 53.01% from 332); Max value from RGB is 176 - color contains mainly: blue. Hex color #0D8FB0 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #0D8FB0 is #F2704F. Grayscale: #6B6B6B. Windows color (decimal): -15888464 or 11570957. OLE color: 11570957.

HSL color Cylindrical-coordinate representation of color #0D8FB0: hue angle of 192.15º 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 #0D8FB0 is Cyan = 0.93, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB13143176-
CMYK0.930.1900.31
HSL192.15º86.24%37.06%-
HSV(B)192.15º92.61%69.02%-
XYZ17.8222.8744.55-
YUV107.89166.4360.32-

RGB Variations

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

RGB

RED value IS 13 (5.47% from 255) = 3.92%
GREEN value IS 143 (56.25% from 255) = 43.07%
BLUE value IS 176 (69.14% from 255) = 53.01%
R=3.92%
G=43.07%
B=53.01%

CMYK

C (Cyan) values IS 0.93
M (Magenta) values IS 0.19
Y (Yellow) values IS 0
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal131431760.930.1900.31192.1586.2437.06
HexD8FB05D1301Fc05625
Octal152172601352303730012645
Binary11011000111110110000101110110011011111110000001010110100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0D8FB0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(13,143,176); }

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

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

 a { background-color: rgb(13,143,176); }

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

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

 span { border-color: rgb(13,143,176); }

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