Html Css Color HEX #1997CC Pacific Blue

📋 copy color: '#1997CC'

red 25 ◦ green 151 ◦ blue 204

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

Shades of Pacific Blue #1997CC

Tints of Pacific Blue #1997CC

RGB

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

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

 BLUE value IS 204 (80.08% from 255) = 53.68%

R = 6.58%
G = 39.74%
B = 53.68%

CMYK

 C value IS 0.88

 M value IS 0.26

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#1997CC (or 0x1997CC) is known color: Pacific Blue. HEX triplet: 19, 97 and CC. RGB value is (25,151,204). Sum of RGB (Red+Green+Blue) = 25+151+204=380 (50% of max value = 765). Red value is 25 (10.16% from 255 or 6.58% from 380); Green value is 151 (59.38% from 255 or 39.74% from 380); Blue value is 204 (80.08% from 255 or 53.68% from 380); Max value from RGB is 204 - color contains mainly: blue. Hex color #1997CC is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #1997CC is #E66833. Grayscale: #777777. Windows color (decimal): -15099956 or 13408025. OLE color: 13408025.

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

Color convert

RGB 25 151 204 -
CMYK 0.88 0.26 0 0.2
HSL 197.77º 0.78% 0.45% -
HSV(B) 197.77º 0.88% 0.8% -
XYZ 22.37 26.7 61.1 -
YUV 119.37 175.76 60.69 -
System Red Green Blue C M Y K H S L
Decimal 25 151 204 0.88 0.26 0 0.2 197.77 0.78 0.45
Hex 19 97 CC 58 1A 0 14 C6 4E 2D
Octal 31 227 314 130 32 0 24 306 116 55
Binary 11001 10010111 11001100 1011000 11010 0 10100 11000110 1001110 101101

Color Harmonies of #1997CC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1997CC

Black with #1997CC

Text Example


Text Example

White with #1997CC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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