#0C93AF

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

Shades of Bondi Blue #0C93AF

Tints of Bondi Blue #0C93AF

Color information

#0C93AF (or 0x0C93AF) is unknown color: approx Bondi Blue. HEX triplet: 0C, 93 and AF. RGB value is (12,147,175). Sum of RGB (Red+Green+Blue) = 12+147+175=334 (44% of max value = 765). Red value is 12 (5.08% from 255 or 3.59% from 334); Green value is 147 (57.81% from 255 or 44.01% from 334); Blue value is 175 (68.75% from 255 or 52.40% from 334); Max value from RGB is 175 - color contains mainly: blue. Hex color #0C93AF is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #0C93AF is #F36C50. Grayscale: #6D6D6D. Windows color (decimal): -15952977 or 11506444. OLE color: 11506444.

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

Color convert

RGB12147175-
CMYK0.930.1600.31
HSL190.31º87.17%36.67%-
HSV(B)190.31º93.14%68.63%-
XYZ18.3224.0444.23-
YUV109.83164.7758.22-

RGB Variations

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

RGB

RED value IS 12 (5.08% from 255) = 3.59%
GREEN value IS 147 (57.81% from 255) = 44.01%
BLUE value IS 175 (68.75% from 255) = 52.40%
R=3.59%
G=44.01%
B=52.40%

CMYK

C (Cyan) values IS 0.93
M (Magenta) values IS 0.16
Y (Yellow) values IS 0
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal121471750.930.1600.31190.3187.1736.67
HexC93AF5D1001Fbe5725
Octal142232571352003727612745
Binary11001001001110101111101110110000011111101111101010111100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0C93AF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(12,147,175); }

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

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

 a { background-color: rgb(12,147,175); }

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

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

 span { border-color: rgb(12,147,175); }

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