#0D99B5

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

Shades of Bondi Blue #0D99B5

Tints of Bondi Blue #0D99B5

Color information

#0D99B5 (or 0x0D99B5) is unknown color: approx Bondi Blue. HEX triplet: 0D, 99 and B5. RGB value is (13,153,181). Sum of RGB (Red+Green+Blue) = 13+153+181=347 (45% of max value = 765). Red value is 13 (5.47% from 255 or 3.75% from 347); Green value is 153 (60.16% from 255 or 44.09% from 347); Blue value is 181 (71.09% from 255 or 52.16% from 347); Max value from RGB is 181 - color contains mainly: blue. Hex color #0D99B5 is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #0D99B5 is #F2664A. Grayscale: #727272. Windows color (decimal): -15885899 or 11901197. OLE color: 11901197.

HSL color Cylindrical-coordinate representation of color #0D99B5: hue angle of 190º degrees, saturation: 0.87, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #0D99B5 is Cyan = 0.93, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.29.

Color convert

RGB13153181-
CMYK0.930.1500.29
HSL190º86.6%38.04%-
HSV(B)190º92.82%70.98%-
XYZ19.926.247.73-
YUV114.33165.6255.72-

RGB Variations

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

RGB

RED value IS 13 (5.47% from 255) = 3.75%
GREEN value IS 153 (60.16% from 255) = 44.09%
BLUE value IS 181 (71.09% from 255) = 52.16%
R=3.75%
G=44.09%
B=52.16%

CMYK

C (Cyan) values IS 0.93
M (Magenta) values IS 0.15
Y (Yellow) values IS 0
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal131531810.930.1500.2919086.638.04
HexD99B55DF01Dbe5726
Octal152312651351703527612746
Binary1101100110011011010110111011111011101101111101010111100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0D99B5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(13,153,181); }

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

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

 a { background-color: rgb(13,153,181); }

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

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

 span { border-color: rgb(13,153,181); }

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