#0C8ABF

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

Shades of Bondi Blue #0C8ABF

Tints of Bondi Blue #0C8ABF

Color information

#0C8ABF (or 0x0C8ABF) is unknown color: approx Bondi Blue. HEX triplet: 0C, 8A and BF. RGB value is (12,138,191). Sum of RGB (Red+Green+Blue) = 12+138+191=341 (45% of max value = 765). Red value is 12 (5.08% from 255 or 3.52% from 341); Green value is 138 (54.30% from 255 or 40.47% from 341); Blue value is 191 (75% from 255 or 56.01% from 341); Max value from RGB is 191 - color contains mainly: blue. Hex color #0C8ABF is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #0C8ABF is #F37540. Grayscale: #6A6A6A. Windows color (decimal): -15955265 or 12552716. OLE color: 12552716.

HSL color Cylindrical-coordinate representation of color #0C8ABF: hue angle of 197.77º degrees, saturation: 0.88, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #0C8ABF is Cyan = 0.94, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB12138191-
CMYK0.940.2800.25
HSL197.77º88.18%39.8%-
HSV(B)197.77º93.72%74.9%-
XYZ18.6422.0252.56-
YUV106.37175.7660.69-

RGB Variations

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

RGB

RED value IS 12 (5.08% from 255) = 3.52%
GREEN value IS 138 (54.30% from 255) = 40.47%
BLUE value IS 191 (75% from 255) = 56.01%
R=3.52%
G=40.47%
B=56.01%

CMYK

C (Cyan) values IS 0.94
M (Magenta) values IS 0.28
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal121381910.940.2800.25197.7788.1839.8
HexC8ABF5E1C019c65828
Octal142122771363403130613050
Binary11001000101010111111101111011100011001110001101011000101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0C8ABF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #0C8ABF; }

 p { color: rgb(12,138,191); }

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

<style>
 a { background-color: #0C8ABF; }

 a { background-color: rgb(12,138,191); }

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

<style>
 span { border-color: #0C8ABF; }

 span { border-color: rgb(12,138,191); }

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