Html Css Color HEX #1994CD Pacific Blue

📋 copy color: '#1994CD'

red 25 ◦ green 148 ◦ blue 205

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

Shades of Pacific Blue #1994CD

Tints of Pacific Blue #1994CD

RGB

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

 GREEN value IS 148 (58.2% from 255) = 39.15%

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

R = 6.61%
G = 39.15%
B = 54.23%

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

#1994CD (or 0x1994CD) is known color: Pacific Blue. HEX triplet: 19, 94 and CD. RGB value is (25,148,205). Sum of RGB (Red+Green+Blue) = 25+148+205=378 (50% of max value = 765). Red value is 25 (10.16% from 255 or 6.61% from 378); Green value is 148 (58.20% from 255 or 39.15% from 378); Blue value is 205 (80.47% from 255 or 54.23% from 378); Max value from RGB is 205 - color contains mainly: blue. Hex color #1994CD is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #1994CD is #E66B32. Grayscale: #757575. Windows color (decimal): -15100723 or 13472793. OLE color: 13472793.

HSL color Cylindrical-coordinate representation of color #1994CD: hue angle of 199º 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 #1994CD is Cyan = 0.88, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 25 148 205 -
CMYK 0.88 0.28 0 0.20
HSL 199º 0.78% 0.45% -
HSV(B) 199º 0.88% 0.8% -
XYZ 22.01 25.79 61.58 -
YUV 117.72 177.25 61.87 -
System Red Green Blue C M Y K H S L
Decimal 25 148 205 0.88 0.28 0 0.20 199 0.78 0.45
Hex 19 94 CD 58 1C 0 14 C7 4E 2D
Octal 31 224 315 130 34 0 24 307 116 55
Binary 11001 10010100 11001101 1011000 11100 0 10100 11000111 1001110 101101

Color Harmonies of #1994CD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1994CD

Black with #1994CD

Text Example


Text Example

White with #1994CD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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