Html Css Color HEX #1993CD Pacific Blue

📋 copy color: '#1993CD'

red 25 ◦ green 147 ◦ blue 205

#1993CD
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Pacific Blue #1993CD

Tints of Pacific Blue #1993CD

RGB

 RED value IS 25 (10.16% from 255) = 6.63%

 GREEN value IS 147 (57.81% from 255) = 38.99%

 BLUE value IS 205 (80.47% from 255) = 54.38%

R = 6.63%
G = 38.99%
B = 54.38%

CMYK

 C value IS 0.88

 M value IS 0.28

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#1993CD (or 0x1993CD) is known color: Pacific Blue. HEX triplet: 19, 93 and CD. RGB value is (25,147,205). Sum of RGB (Red+Green+Blue) = 25+147+205=377 (49% of max value = 765). Red value is 25 (10.16% from 255 or 6.63% from 377); Green value is 147 (57.81% from 255 or 38.99% from 377); Blue value is 205 (80.47% from 255 or 54.38% from 377); Max value from RGB is 205 - color contains mainly: blue. Hex color #1993CD is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #1993CD is #E66C32. Grayscale: #747474. Windows color (decimal): -15100979 or 13472537. OLE color: 13472537.

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

Color convert

RGB 25 147 205 -
CMYK 0.88 0.28 0 0.20
HSL 199.33º 0.78% 0.45% -
HSV(B) 199.33º 0.88% 0.8% -
XYZ 21.85 25.48 61.52 -
YUV 117.13 177.58 62.28 -
System Red Green Blue C M Y K H S L
Decimal 25 147 205 0.88 0.28 0 0.20 199.33 0.78 0.45
Hex 19 93 CD 58 1C 0 14 C7 4E 2D
Octal 31 223 315 130 34 0 24 307 116 55
Binary 11001 10010011 11001101 1011000 11100 0 10100 11000111 1001110 101101

Color Harmonies of #1993CD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1993CD

Black with #1993CD

Text Example


Text Example

White with #1993CD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #1993CD;
 }
 .AnyTagClassName
 {
   color: #1993CD;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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