Html Css Color HEX #1988CD Pacific Blue

📋 copy color: '#1988CD'

red 25 ◦ green 136 ◦ blue 205

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

Shades of Pacific Blue #1988CD

Tints of Pacific Blue #1988CD

RGB

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

 GREEN value IS 136 (53.52% from 255) = 37.16%

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

R = 6.83%
G = 37.16%
B = 56.01%

CMYK

 C value IS 0.88

 M value IS 0.34

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#1988CD (or 0x1988CD) is known color: Pacific Blue. HEX triplet: 19, 88 and CD. RGB value is (25,136,205). Sum of RGB (Red+Green+Blue) = 25+136+205=366 (48% of max value = 765). Red value is 25 (10.16% from 255 or 6.83% from 366); Green value is 136 (53.52% from 255 or 37.16% from 366); Blue value is 205 (80.47% from 255 or 56.01% from 366); Max value from RGB is 205 - color contains mainly: blue. Hex color #1988CD is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #1988CD is #E67732. Grayscale: #6E6E6E. Windows color (decimal): -15103795 or 13469721. OLE color: 13469721.

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

Color convert

RGB 25 136 205 -
CMYK 0.88 0.34 0 0.20
HSL 203º 0.78% 0.45% -
HSV(B) 203º 0.88% 0.8% -
XYZ 20.22 22.22 60.98 -
YUV 110.68 181.23 66.89 -
System Red Green Blue C M Y K H S L
Decimal 25 136 205 0.88 0.34 0 0.20 203 0.78 0.45
Hex 19 88 CD 58 22 0 14 CB 4E 2D
Octal 31 210 315 130 42 0 24 313 116 55
Binary 11001 10001000 11001101 1011000 100010 0 10100 11001011 1001110 101101

Color Harmonies of #1988CD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1988CD

Black with #1988CD

Text Example


Text Example

White with #1988CD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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