#16A4BD

Color #16A4BD Pelorous (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Pelorous #16A4BD

Tints of Pelorous #16A4BD

Color information

#16A4BD (or 0x16A4BD) is unknown color: approx Pelorous. HEX triplet: 16, A4 and BD. RGB value is (22,164,189). Sum of RGB (Red+Green+Blue) = 22+164+189=375 (49% of max value = 765). Red value is 22 (8.98% from 255 or 5.87% from 375); Green value is 164 (64.45% from 255 or 43.73% from 375); Blue value is 189 (74.22% from 255 or 50.4% from 375); Max value from RGB is 189 - color contains mainly: blue. Hex color #16A4BD is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #16A4BD is #E95B42. Grayscale: #7C7C7C. Windows color (decimal): -15293251 or 12428310. OLE color: 12428310.

HSL color Cylindrical-coordinate representation of color #16A4BD: hue angle of 188.98º degrees, saturation: 0.79, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #16A4BD is Cyan = 0.88, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB22164189-
CMYK0.880.1300.26
HSL188.98º79.15%41.37%-
HSV(B)188.98º88.36%74.12%-
XYZ22.7930.452.81-
YUV124.39164.4654.97-

RGB Variations

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

RGB

RED value IS 22 (8.98% from 255) = 5.87%
GREEN value IS 164 (64.45% from 255) = 43.73%
BLUE value IS 189 (74.22% from 255) = 50.4%
R=5.87%
G=43.73%
B=50.4%

CMYK

C (Cyan) values IS 0.88
M (Magenta) values IS 0.13
Y (Yellow) values IS 0
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal221641890.880.1300.26188.9879.1541.37
Hex16A4BD58D01Abd4f29
Octal262442751301503227511751
Binary10110101001001011110110110001101011010101111011001111101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #16A4BD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #16A4BD; }

 p { color: rgb(22,164,189); }

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

<style>
 a { background-color: #16A4BD; }

 a { background-color: rgb(22,164,189); }

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

<style>
 span { border-color: #16A4BD; }

 span { border-color: rgb(22,164,189); }

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