#128CAD

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

Shades of Bondi Blue #128CAD

Tints of Bondi Blue #128CAD

Color information

#128CAD (or 0x128CAD) is unknown color: approx Bondi Blue. HEX triplet: 12, 8C and AD. RGB value is (18,140,173). Sum of RGB (Red+Green+Blue) = 18+140+173=331 (43% of max value = 765). Red value is 18 (7.42% from 255 or 5.44% from 331); Green value is 140 (55.08% from 255 or 42.30% from 331); Blue value is 173 (67.97% from 255 or 52.27% from 331); Max value from RGB is 173 - color contains mainly: blue. Hex color #128CAD is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #128CAD is #ED7352. Grayscale: #6B6B6B. Windows color (decimal): -15561555 or 11373586. OLE color: 11373586.

HSL color Cylindrical-coordinate representation of color #128CAD: hue angle of 192.77º degrees, saturation: 0.81, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #128CAD is Cyan = 0.90, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB18140173-
CMYK0.900.1900.32
HSL192.77º81.15%37.45%-
HSV(B)192.77º89.6%67.84%-
XYZ17.1721.942.86-
YUV107.28165.0864.32-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 5.44%
GREEN value IS 140 (55.08% from 255) = 42.30%
BLUE value IS 173 (67.97% from 255) = 52.27%
R=5.44%
G=42.30%
B=52.27%

CMYK

C (Cyan) values IS 0.90
M (Magenta) values IS 0.19
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal181401730.900.1900.32192.7781.1537.45
Hex128CAD5A13020c15125
Octal222142551322304030112145
Binary1001010001100101011011011010100110100000110000011010001100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #128CAD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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