Html Css Color HEX #1997CE Pacific Blue

📋 copy color: '#1997CE'

red 25 ◦ green 151 ◦ blue 206

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

Shades of Pacific Blue #1997CE

Tints of Pacific Blue #1997CE

RGB

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

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

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

R = 6.54%
G = 39.53%
B = 53.93%

CMYK

 C value IS 0.88

 M value IS 0.27

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#1997CE (or 0x1997CE) is known color: Pacific Blue. HEX triplet: 19, 97 and CE. RGB value is (25,151,206). Sum of RGB (Red+Green+Blue) = 25+151+206=382 (50% of max value = 765). Red value is 25 (10.16% from 255 or 6.54% from 382); Green value is 151 (59.38% from 255 or 39.53% from 382); Blue value is 206 (80.86% from 255 or 53.93% from 382); Max value from RGB is 206 - color contains mainly: blue. Hex color #1997CE is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #1997CE is #E66831. Grayscale: #777777. Windows color (decimal): -15099954 or 13539097. OLE color: 13539097.

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

Color convert

RGB 25 151 206 -
CMYK 0.88 0.27 0 0.19
HSL 198.23º 0.78% 0.45% -
HSV(B) 198.23º 0.88% 0.81% -
XYZ 22.61 26.8 62.37 -
YUV 119.6 176.76 60.53 -
System Red Green Blue C M Y K H S L
Decimal 25 151 206 0.88 0.27 0 0.19 198.23 0.78 0.45
Hex 19 97 CE 58 1B 0 13 C6 4E 2D
Octal 31 227 316 130 33 0 23 306 116 55
Binary 11001 10010111 11001110 1011000 11011 0 10011 11000110 1001110 101101

Color Harmonies of #1997CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1997CE

Black with #1997CE

Text Example


Text Example

White with #1997CE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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