#0CA3B3

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

Shades of Bondi Blue #0CA3B3

Tints of Bondi Blue #0CA3B3

Color information

#0CA3B3 (or 0x0CA3B3) is unknown color: approx Bondi Blue. HEX triplet: 0C, A3 and B3. RGB value is (12,163,179). Sum of RGB (Red+Green+Blue) = 12+163+179=354 (46% of max value = 765). Red value is 12 (5.08% from 255 or 3.39% from 354); Green value is 163 (64.06% from 255 or 46.05% from 354); Blue value is 179 (70.31% from 255 or 50.56% from 354); Max value from RGB is 179 - color contains mainly: blue. Hex color #0CA3B3 is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #0CA3B3 is #F35C4C. Grayscale: #777777. Windows color (decimal): -15948877 or 11772684. OLE color: 11772684.

HSL color Cylindrical-coordinate representation of color #0CA3B3: hue angle of 185.75º 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 #0CA3B3 is Cyan = 0.93, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.30.

Color convert

RGB12163179-
CMYK0.930.0900.30
HSL185.75º87.43%37.45%-
HSV(B)185.75º93.3%70.2%-
XYZ21.3929.5347.22-
YUV119.68161.4751.2-

RGB Variations

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

RGB

RED value IS 12 (5.08% from 255) = 3.39%
GREEN value IS 163 (64.06% from 255) = 46.05%
BLUE value IS 179 (70.31% from 255) = 50.56%
R=3.39%
G=46.05%
B=50.56%

CMYK

C (Cyan) values IS 0.93
M (Magenta) values IS 0.09
Y (Yellow) values IS 0
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal121631790.930.0900.30185.7587.4337.45
HexCA3B35D901Eba5725
Octal142432631351103627212745
Binary1100101000111011001110111011001011110101110101010111100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0CA3B3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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