#128CBF

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

Shades of Bondi Blue #128CBF

Tints of Bondi Blue #128CBF

Color information

#128CBF (or 0x128CBF) is unknown color: approx Bondi Blue. HEX triplet: 12, 8C and BF. RGB value is (18,140,191). Sum of RGB (Red+Green+Blue) = 18+140+191=349 (46% of max value = 765). Red value is 18 (7.42% from 255 or 5.16% from 349); Green value is 140 (55.08% from 255 or 40.11% from 349); Blue value is 191 (75% from 255 or 54.73% from 349); Max value from RGB is 191 - color contains mainly: blue. Hex color #128CBF is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #128CBF is #ED7340. Grayscale: #6D6D6D. Windows color (decimal): -15561537 or 12553234. OLE color: 12553234.

HSL color Cylindrical-coordinate representation of color #128CBF: hue angle of 197.69º 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 #128CBF is Cyan = 0.91, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB18140191-
CMYK0.910.2700.25
HSL197.69º82.78%40.98%-
HSV(B)197.69º90.58%74.9%-
XYZ19.0322.6552.66-
YUV109.34174.0862.85-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 5.16%
GREEN value IS 140 (55.08% from 255) = 40.11%
BLUE value IS 191 (75% from 255) = 54.73%
R=5.16%
G=40.11%
B=54.73%

CMYK

C (Cyan) values IS 0.91
M (Magenta) values IS 0.27
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal181401910.910.2700.25197.6982.7840.98
Hex128CBF5B1B019c65329
Octal222142771333303130612351
Binary100101000110010111111101101111011011001110001101010011101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #128CBF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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