#018CB9

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

Shades of Bondi Blue #018CB9

Tints of Bondi Blue #018CB9

Color information

#018CB9 (or 0x018CB9) is unknown color: approx Bondi Blue. HEX triplet: 01, 8C and B9. RGB value is (1,140,185). Sum of RGB (Red+Green+Blue) = 1+140+185=326 (43% of max value = 765). Red value is 1 (0.78% from 255 or 0.31% from 326); Green value is 140 (55.08% from 255 or 42.94% from 326); Blue value is 185 (72.66% from 255 or 56.75% from 326); Max value from RGB is 185 - color contains mainly: blue. Hex color #018CB9 is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #018CB9 is #FE7346. Grayscale: #676767. Windows color (decimal): -16675655 or 12160001. OLE color: 12160001.

HSL color Cylindrical-coordinate representation of color #018CB9: hue angle of 194.67º degrees, saturation: 0.99, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #018CB9 is Cyan = 0.99, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB1140185-
CMYK0.990.2400.27
HSL194.67º98.92%36.47%-
HSV(B)194.67º99.46%72.55%-
XYZ18.1522.2749.24-
YUV103.57173.9554.84-

RGB Variations

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

RGB

RED value IS 1 (0.78% from 255) = 0.31%
GREEN value IS 140 (55.08% from 255) = 42.94%
BLUE value IS 185 (72.66% from 255) = 56.75%
R=0.31%
G=42.94%
B=56.75%

CMYK

C (Cyan) values IS 0.99
M (Magenta) values IS 0.24
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal11401850.990.2400.27194.6798.9236.47
Hex18CB9631801Bc36324
Octal12142711433003330314344
Binary11000110010111001110001111000011011110000111100011100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #018CB9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #018CB9; }

 p { color: rgb(1,140,185); }

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

<style>
 a { background-color: #018CB9; }

 a { background-color: rgb(1,140,185); }

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

<style>
 span { border-color: #018CB9; }

 span { border-color: rgb(1,140,185); }

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