#0C93BD

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

Shades of Bondi Blue #0C93BD

Tints of Bondi Blue #0C93BD

Color information

#0C93BD (or 0x0C93BD) is unknown color: approx Bondi Blue. HEX triplet: 0C, 93 and BD. RGB value is (12,147,189). Sum of RGB (Red+Green+Blue) = 12+147+189=348 (46% of max value = 765). Red value is 12 (5.08% from 255 or 3.45% from 348); Green value is 147 (57.81% from 255 or 42.24% from 348); Blue value is 189 (74.22% from 255 or 54.31% from 348); Max value from RGB is 189 - color contains mainly: blue. Hex color #0C93BD is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #0C93BD is #F36C42. Grayscale: #6F6F6F. Windows color (decimal): -15952963 or 12423948. OLE color: 12423948.

HSL color Cylindrical-coordinate representation of color #0C93BD: hue angle of 194.24º degrees, saturation: 0.88, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #0C93BD is Cyan = 0.94, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB12147189-
CMYK0.940.2200.26
HSL194.24º88.06%39.41%-
HSV(B)194.24º93.65%74.12%-
XYZ19.7724.6251.85-
YUV111.42171.7757.08-

RGB Variations

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

RGB

RED value IS 12 (5.08% from 255) = 3.45%
GREEN value IS 147 (57.81% from 255) = 42.24%
BLUE value IS 189 (74.22% from 255) = 54.31%
R=3.45%
G=42.24%
B=54.31%

CMYK

C (Cyan) values IS 0.94
M (Magenta) values IS 0.22
Y (Yellow) values IS 0
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal121471890.940.2200.26194.2488.0639.41
HexC93BD5E1601Ac25827
Octal142232751362603230213047
Binary11001001001110111101101111010110011010110000101011000100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0C93BD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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