#018CBC

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

Shades of Bondi Blue #018CBC

Tints of Bondi Blue #018CBC

Color information

#018CBC (or 0x018CBC) is unknown color: approx Bondi Blue. HEX triplet: 01, 8C and BC. RGB value is (1,140,188). Sum of RGB (Red+Green+Blue) = 1+140+188=329 (43% of max value = 765). Red value is 1 (0.78% from 255 or 0.30% from 329); Green value is 140 (55.08% from 255 or 42.55% from 329); Blue value is 188 (73.83% from 255 or 57.14% from 329); Max value from RGB is 188 - color contains mainly: blue. Hex color #018CBC is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #018CBC is #FE7343. Grayscale: #676767. Windows color (decimal): -16675652 or 12356609. OLE color: 12356609.

HSL color Cylindrical-coordinate representation of color #018CBC: hue angle of 195.4º degrees, saturation: 0.99, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #018CBC is Cyan = 0.99, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB1140188-
CMYK0.990.2600.26
HSL195.4º98.94%37.06%-
HSV(B)195.4º99.47%73.73%-
XYZ18.4722.3950.93-
YUV103.91175.4554.6-

RGB Variations

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

RGB

RED value IS 1 (0.78% from 255) = 0.30%
GREEN value IS 140 (55.08% from 255) = 42.55%
BLUE value IS 188 (73.83% from 255) = 57.14%
R=0.30%
G=42.55%
B=57.14%

CMYK

C (Cyan) values IS 0.99
M (Magenta) values IS 0.26
Y (Yellow) values IS 0
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal11401880.990.2600.26195.498.9437.06
Hex18CBC631A01Ac36325
Octal12142741433203230314345
Binary11000110010111100110001111010011010110000111100011100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #018CBC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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