Html Css Color HEX #1994CF Pacific Blue

📋 copy color: '#1994CF'

red 25 ◦ green 148 ◦ blue 207

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

Shades of Pacific Blue #1994CF

Tints of Pacific Blue #1994CF

RGB

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

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

 BLUE value IS 207 (81.25% from 255) = 54.47%

R = 6.58%
G = 38.95%
B = 54.47%

CMYK

 C value IS 0.88

 M value IS 0.29

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#1994CF (or 0x1994CF) is known color: Pacific Blue. HEX triplet: 19, 94 and CF. RGB value is (25,148,207). Sum of RGB (Red+Green+Blue) = 25+148+207=380 (50% of max value = 765). Red value is 25 (10.16% from 255 or 6.58% from 380); Green value is 148 (58.20% from 255 or 38.95% from 380); Blue value is 207 (81.25% from 255 or 54.47% from 380); Max value from RGB is 207 - color contains mainly: blue. Hex color #1994CF is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #1994CF is #E66B30. Grayscale: #757575. Windows color (decimal): -15100721 or 13603865. OLE color: 13603865.

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

Color convert

RGB 25 148 207 -
CMYK 0.88 0.29 0 0.19
HSL 199.45º 0.78% 0.45% -
HSV(B) 199.45º 0.88% 0.81% -
XYZ 22.25 25.89 62.86 -
YUV 117.95 178.25 61.7 -
System Red Green Blue C M Y K H S L
Decimal 25 148 207 0.88 0.29 0 0.19 199.45 0.78 0.45
Hex 19 94 CF 58 1D 0 13 C7 4E 2D
Octal 31 224 317 130 35 0 23 307 116 55
Binary 11001 10010100 11001111 1011000 11101 0 10011 11000111 1001110 101101

Color Harmonies of #1994CF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1994CF

Black with #1994CF

Text Example


Text Example

White with #1994CF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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