#1993CA

Color #1993CA Pacific Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Pacific Blue #1993CA

Tints of Pacific Blue #1993CA

Color information

#1993CA (or 0x1993CA) is unknown color: approx Pacific Blue. HEX triplet: 19, 93 and CA. RGB value is (25,147,202). Sum of RGB (Red+Green+Blue) = 25+147+202=374 (49% of max value = 765). Red value is 25 (10.16% from 255 or 6.68% from 374); Green value is 147 (57.81% from 255 or 39.30% from 374); Blue value is 202 (79.30% from 255 or 54.01% from 374); Max value from RGB is 202 - color contains mainly: blue. Hex color #1993CA is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #1993CA is #E66C35. Grayscale: #747474. Windows color (decimal): -15100982 or 13275929. OLE color: 13275929.

HSL color Cylindrical-coordinate representation of color #1993CA: hue angle of 198.64º degrees, saturation: 0.78, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #1993CA is Cyan = 0.88, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB25147202-
CMYK0.880.2700.21
HSL198.64º77.97%44.51%-
HSV(B)198.64º87.62%79.22%-
XYZ21.525.3459.63-
YUV116.79176.0862.53-

RGB Variations

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

RGB

RED value IS 25 (10.16% from 255) = 6.68%
GREEN value IS 147 (57.81% from 255) = 39.30%
BLUE value IS 202 (79.30% from 255) = 54.01%
R=6.68%
G=39.30%
B=54.01%

CMYK

C (Cyan) values IS 0.88
M (Magenta) values IS 0.27
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal251472020.880.2700.21198.6477.9744.51
Hex1993CA581B015c74e2d
Octal312233121303302530711655
Binary110011001001111001010101100011011010101110001111001110101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1993CA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #1993CA; }

 p { color: rgb(25,147,202); }

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

<style>
 a { background-color: #1993CA; }

 a { background-color: rgb(25,147,202); }

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

<style>
 span { border-color: #1993CA; }

 span { border-color: rgb(25,147,202); }

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