#128DBF

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

Shades of Bondi Blue #128DBF

Tints of Bondi Blue #128DBF

Color information

#128DBF (or 0x128DBF) is unknown color: approx Bondi Blue. HEX triplet: 12, 8D and BF. RGB value is (18,141,191). Sum of RGB (Red+Green+Blue) = 18+141+191=350 (46% of max value = 765). Red value is 18 (7.42% from 255 or 5.14% from 350); Green value is 141 (55.47% from 255 or 40.29% from 350); Blue value is 191 (75% from 255 or 54.57% from 350); Max value from RGB is 191 - color contains mainly: blue. Hex color #128DBF is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #128DBF is #ED7240. Grayscale: #6D6D6D. Windows color (decimal): -15561281 or 12553490. OLE color: 12553490.

HSL color Cylindrical-coordinate representation of color #128DBF: hue angle of 197.34º degrees, saturation: 0.83, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #128DBF is Cyan = 0.91, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB18141191-
CMYK0.910.2600.25
HSL197.34º82.78%40.98%-
HSV(B)197.34º90.58%74.9%-
XYZ19.1822.9452.71-
YUV109.92173.7562.43-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 5.14%
GREEN value IS 141 (55.47% from 255) = 40.29%
BLUE value IS 191 (75% from 255) = 54.57%
R=5.14%
G=40.29%
B=54.57%

CMYK

C (Cyan) values IS 0.91
M (Magenta) values IS 0.26
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal181411910.910.2600.25197.3482.7840.98
Hex128DBF5B1A019c55329
Octal222152771333203130512351
Binary100101000110110111111101101111010011001110001011010011101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #128DBF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #128DBF; }

 p { color: rgb(18,141,191); }

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

<style>
 a { background-color: #128DBF; }

 a { background-color: rgb(18,141,191); }

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

<style>
 span { border-color: #128DBF; }

 span { border-color: rgb(18,141,191); }

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