Html Css Color HEX #1994CB Pacific Blue

📋 copy color: '#1994CB'

red 25 ◦ green 148 ◦ blue 203

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

Shades of Pacific Blue #1994CB

Tints of Pacific Blue #1994CB

RGB

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

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

 BLUE value IS 203 (79.69% from 255) = 53.99%

R = 6.65%
G = 39.36%
B = 53.99%

CMYK

 C value IS 0.88

 M value IS 0.27

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#1994CB (or 0x1994CB) is known color: Pacific Blue. HEX triplet: 19, 94 and CB. RGB value is (25,148,203). Sum of RGB (Red+Green+Blue) = 25+148+203=376 (49% of max value = 765). Red value is 25 (10.16% from 255 or 6.65% from 376); Green value is 148 (58.20% from 255 or 39.36% from 376); Blue value is 203 (79.69% from 255 or 53.99% from 376); Max value from RGB is 203 - color contains mainly: blue. Hex color #1994CB is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #1994CB is #E66B34. Grayscale: #757575. Windows color (decimal): -15100725 or 13341721. OLE color: 13341721.

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

Color convert

RGB 25 148 203 -
CMYK 0.88 0.27 0 0.20
HSL 198.54º 0.78% 0.45% -
HSV(B) 198.54º 0.88% 0.8% -
XYZ 21.77 25.7 60.31 -
YUV 117.49 176.25 62.03 -
System Red Green Blue C M Y K H S L
Decimal 25 148 203 0.88 0.27 0 0.20 198.54 0.78 0.45
Hex 19 94 CB 58 1B 0 14 C7 4E 2D
Octal 31 224 313 130 33 0 24 307 116 55
Binary 11001 10010100 11001011 1011000 11011 0 10100 11000111 1001110 101101

Color Harmonies of #1994CB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1994CB

Black with #1994CB

Text Example


Text Example

White with #1994CB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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