Html Css Color HEX #1988CF Pacific Blue

📋 copy color: '#1988CF'

red 25 ◦ green 136 ◦ blue 207

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

Shades of Pacific Blue #1988CF

Tints of Pacific Blue #1988CF

RGB

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

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

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

R = 6.79%
G = 36.96%
B = 56.25%

CMYK

 C value IS 0.88

 M value IS 0.34

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#1988CF (or 0x1988CF) is known color: Pacific Blue. HEX triplet: 19, 88 and CF. RGB value is (25,136,207). Sum of RGB (Red+Green+Blue) = 25+136+207=368 (48% of max value = 765). Red value is 25 (10.16% from 255 or 6.79% from 368); Green value is 136 (53.52% from 255 or 36.96% from 368); Blue value is 207 (81.25% from 255 or 56.25% from 368); Max value from RGB is 207 - color contains mainly: blue. Hex color #1988CF is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #1988CF is #E67730. Grayscale: #6E6E6E. Windows color (decimal): -15103793 or 13600793. OLE color: 13600793.

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

Color convert

RGB 25 136 207 -
CMYK 0.88 0.34 0 0.19
HSL 203.41º 0.78% 0.45% -
HSV(B) 203.41º 0.88% 0.81% -
XYZ 20.47 22.32 62.26 -
YUV 110.91 182.23 66.73 -
System Red Green Blue C M Y K H S L
Decimal 25 136 207 0.88 0.34 0 0.19 203.41 0.78 0.45
Hex 19 88 CF 58 22 0 13 CB 4E 2D
Octal 31 210 317 130 42 0 23 313 116 55
Binary 11001 10001000 11001111 1011000 100010 0 10011 11001011 1001110 101101

Color Harmonies of #1988CF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1988CF

Black with #1988CF

Text Example


Text Example

White with #1988CF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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