#0C8FAC

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

Shades of Bondi Blue #0C8FAC

Tints of Bondi Blue #0C8FAC

Color information

#0C8FAC (or 0x0C8FAC) is unknown color: approx Bondi Blue. HEX triplet: 0C, 8F and AC. RGB value is (12,143,172). Sum of RGB (Red+Green+Blue) = 12+143+172=327 (43% of max value = 765). Red value is 12 (5.08% from 255 or 3.67% from 327); Green value is 143 (56.25% from 255 or 43.73% from 327); Blue value is 172 (67.58% from 255 or 52.60% from 327); Max value from RGB is 172 - color contains mainly: blue. Hex color #0C8FAC is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #0C8FAC is #F37053. Grayscale: #6A6A6A. Windows color (decimal): -15954004 or 11308812. OLE color: 11308812.

HSL color Cylindrical-coordinate representation of color #0C8FAC: hue angle of 190.88º degrees, saturation: 0.87, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #0C8FAC is Cyan = 0.93, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB12143172-
CMYK0.930.1700.33
HSL190.88º86.96%36.08%-
HSV(B)190.88º93.02%67.45%-
XYZ17.4222.742.49-
YUV107.14164.660.14-

RGB Variations

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

RGB

RED value IS 12 (5.08% from 255) = 3.67%
GREEN value IS 143 (56.25% from 255) = 43.73%
BLUE value IS 172 (67.58% from 255) = 52.60%
R=3.67%
G=43.73%
B=52.60%

CMYK

C (Cyan) values IS 0.93
M (Magenta) values IS 0.17
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal121431720.930.1700.33190.8886.9636.08
HexC8FAC5D11021bf5724
Octal142172541352104127712744
Binary110010001111101011001011101100010100001101111111010111100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0C8FAC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(12,143,172); }

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

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

 a { background-color: rgb(12,143,172); }

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

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

 span { border-color: rgb(12,143,172); }

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