Html Css Color HEX #1997CD Pacific Blue

📋 copy color: '#1997CD'

red 25 ◦ green 151 ◦ blue 205

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

Shades of Pacific Blue #1997CD

Tints of Pacific Blue #1997CD

RGB

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

 GREEN value IS 151 (59.38% from 255) = 39.63%

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

R = 6.56%
G = 39.63%
B = 53.81%

CMYK

 C value IS 0.88

 M value IS 0.26

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#1997CD (or 0x1997CD) is known color: Pacific Blue. HEX triplet: 19, 97 and CD. RGB value is (25,151,205). Sum of RGB (Red+Green+Blue) = 25+151+205=381 (50% of max value = 765). Red value is 25 (10.16% from 255 or 6.56% from 381); Green value is 151 (59.38% from 255 or 39.63% from 381); Blue value is 205 (80.47% from 255 or 53.81% from 381); Max value from RGB is 205 - color contains mainly: blue. Hex color #1997CD is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #1997CD is #E66832. Grayscale: #777777. Windows color (decimal): -15099955 or 13473561. OLE color: 13473561.

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

Color convert

RGB 25 151 205 -
CMYK 0.88 0.26 0 0.20
HSL 198º 0.78% 0.45% -
HSV(B) 198º 0.88% 0.8% -
XYZ 22.49 26.75 61.74 -
YUV 119.48 176.26 60.61 -
System Red Green Blue C M Y K H S L
Decimal 25 151 205 0.88 0.26 0 0.20 198 0.78 0.45
Hex 19 97 CD 58 1A 0 14 C6 4E 2D
Octal 31 227 315 130 32 0 24 306 116 55
Binary 11001 10010111 11001101 1011000 11010 0 10100 11000110 1001110 101101

Color Harmonies of #1997CD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1997CD

Black with #1997CD

Text Example


Text Example

White with #1997CD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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