#0c8eb3

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

Shades of Bondi Blue #0C8EB3

Tints of Bondi Blue #0C8EB3

Color information

#0C8EB3 (or 0x0C8EB3) is unknown color: approx Bondi Blue. HEX triplet: 0C, 8E and B3. RGB value is (12,142,179). Sum of RGB (Red+Green+Blue) = 12+142+179=333 (44% of max value = 765). Red value is 12 (5.08% from 255 or 3.60% from 333); Green value is 142 (55.86% from 255 or 42.64% from 333); Blue value is 179 (70.31% from 255 or 53.75% from 333); Max value from RGB is 179 - color contains mainly: blue. Hex color #0C8EB3 is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #0C8EB3 is #F3714C. Grayscale: #6B6B6B. Windows color (decimal): -15954253 or 11767308. OLE color: 11767308.

HSL color Cylindrical-coordinate representation of color #0C8EB3: hue angle of 193.29º degrees, saturation: 0.87, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #0C8EB3 is Cyan = 0.93, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.30.

Color convert

RGB12142179-
CMYK0.930.2100.30
HSL193.29º87.43%37.45%-
HSV(B)193.29º93.3%70.2%-
XYZ17.9622.6846.08-
YUV107.35168.4359.99-

RGB Variations

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

RGB

RED value IS 12 (5.08% from 255) = 3.60%
GREEN value IS 142 (55.86% from 255) = 42.64%
BLUE value IS 179 (70.31% from 255) = 53.75%
R=3.60%
G=42.64%
B=53.75%

CMYK

C (Cyan) values IS 0.93
M (Magenta) values IS 0.21
Y (Yellow) values IS 0
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal121421790.930.2100.30193.2987.4337.45
HexC8EB35D1501Ec15725
Octal142162631352503630112745
Binary11001000111010110011101110110101011110110000011010111100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0c8eb3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(12,142,179); }

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

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

 a { background-color: rgb(12,142,179); }

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

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

 span { border-color: rgb(12,142,179); }

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