Html Css Color HEX #1994CE Pacific Blue

📋 copy color: '#1994CE'

red 25 ◦ green 148 ◦ blue 206

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

Shades of Pacific Blue #1994CE

Tints of Pacific Blue #1994CE

RGB

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

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

 BLUE value IS 206 (80.86% from 255) = 54.35%

R = 6.6%
G = 39.05%
B = 54.35%

CMYK

 C value IS 0.88

 M value IS 0.28

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#1994CE (or 0x1994CE) is known color: Pacific Blue. HEX triplet: 19, 94 and CE. RGB value is (25,148,206). Sum of RGB (Red+Green+Blue) = 25+148+206=379 (50% of max value = 765). Red value is 25 (10.16% from 255 or 6.60% from 379); Green value is 148 (58.20% from 255 or 39.05% from 379); Blue value is 206 (80.86% from 255 or 54.35% from 379); Max value from RGB is 206 - color contains mainly: blue. Hex color #1994CE is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #1994CE is #E66B31. Grayscale: #757575. Windows color (decimal): -15100722 or 13538329. OLE color: 13538329.

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

Color convert

RGB 25 148 206 -
CMYK 0.88 0.28 0 0.19
HSL 199.23º 0.78% 0.45% -
HSV(B) 199.23º 0.88% 0.81% -
XYZ 22.13 25.84 62.21 -
YUV 117.84 177.75 61.78 -
System Red Green Blue C M Y K H S L
Decimal 25 148 206 0.88 0.28 0 0.19 199.23 0.78 0.45
Hex 19 94 CE 58 1C 0 13 C7 4E 2D
Octal 31 224 316 130 34 0 23 307 116 55
Binary 11001 10010100 11001110 1011000 11100 0 10011 11000111 1001110 101101

Color Harmonies of #1994CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1994CE

Black with #1994CE

Text Example


Text Example

White with #1994CE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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