#009CA5

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

Shades of Bondi Blue #009CA5

Tints of Bondi Blue #009CA5

Color information

#009CA5 (or 0x009CA5) is unknown color: approx Bondi Blue. HEX triplet: 00, 9C and A5. RGB value is (0,156,165). Sum of RGB (Red+Green+Blue) = 0+156+165=321 (42% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 321); Green value is 156 (61.33% from 255 or 48.60% from 321); Blue value is 165 (64.84% from 255 or 51.40% from 321); Max value from RGB is 165 - color contains mainly: blue. Hex color #009CA5 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #009CA5 is #FF635A. Grayscale: #6E6E6E. Windows color (decimal): -16737115 or 10853376. OLE color: 10853376.

HSL color Cylindrical-coordinate representation of color #009CA5: hue angle of 183.27º degrees, saturation: 1, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 1%. Process color model (Four color, CMYK) of #009CA5 is Cyan = 1, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.35.

Color convert

RGB0156165-
CMYK10.0500.35
HSL183.27º100%32.35%-
HSV(B)183.27º100%64.71%-
XYZ18.6826.4939.73-
YUV110.38158.8249.27-

RGB Variations

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

RGB

RED value IS 0 (0.39% from 255) = 0%
GREEN value IS 156 (61.33% from 255) = 48.60%
BLUE value IS 165 (64.84% from 255) = 51.40%
R=0%
G=48.60%
B=51.40%

CMYK

C (Cyan) values IS 1
M (Magenta) values IS 0.05
Y (Yellow) values IS 0
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal015616510.0500.35183.2710032.35
Hex09CA5645023b76420
Octal0234245144504326714440
Binary0100111001010010111001001010100011101101111100100100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #009CA5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #009CA5; }

 p { color: rgb(0,156,165); }

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

<style>
 a { background-color: #009CA5; }

 a { background-color: rgb(0,156,165); }

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

<style>
 span { border-color: #009CA5; }

 span { border-color: rgb(0,156,165); }

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