Html Css Color HEX #1990CE Pacific Blue

📋 copy color: '#1990CE'

red 25 ◦ green 144 ◦ blue 206

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

Shades of Pacific Blue #1990CE

Tints of Pacific Blue #1990CE

RGB

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

 GREEN value IS 144 (56.64% from 255) = 38.4%

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

R = 6.67%
G = 38.4%
B = 54.93%

CMYK

 C value IS 0.88

 M value IS 0.30

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#1990CE (or 0x1990CE) is known color: Pacific Blue. HEX triplet: 19, 90 and CE. RGB value is (25,144,206). Sum of RGB (Red+Green+Blue) = 25+144+206=375 (49% of max value = 765). Red value is 25 (10.16% from 255 or 6.67% from 375); Green value is 144 (56.64% from 255 or 38.4% from 375); Blue value is 206 (80.86% from 255 or 54.93% from 375); Max value from RGB is 206 - color contains mainly: blue. Hex color #1990CE is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #1990CE is #E66F31. Grayscale: #737373. Windows color (decimal): -15101746 or 13537305. OLE color: 13537305.

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

Color convert

RGB 25 144 206 -
CMYK 0.88 0.30 0 0.19
HSL 200.55º 0.78% 0.45% -
HSV(B) 200.55º 0.88% 0.81% -
XYZ 21.51 24.61 62.01 -
YUV 115.49 179.08 63.46 -
System Red Green Blue C M Y K H S L
Decimal 25 144 206 0.88 0.30 0 0.19 200.55 0.78 0.45
Hex 19 90 CE 58 1E 0 13 C9 4E 2D
Octal 31 220 316 130 36 0 23 311 116 55
Binary 11001 10010000 11001110 1011000 11110 0 10011 11001001 1001110 101101

Color Harmonies of #1990CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1990CE

Black with #1990CE

Text Example


Text Example

White with #1990CE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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