Html Css Color HEX #1997CB Pacific Blue

📋 copy color: '#1997CB'

red 25 ◦ green 151 ◦ blue 203

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

Shades of Pacific Blue #1997CB

Tints of Pacific Blue #1997CB

RGB

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

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

 BLUE value IS 203 (79.69% from 255) = 53.56%

R = 6.6%
G = 39.84%
B = 53.56%

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

#1997CB (or 0x1997CB) is known color: Pacific Blue. HEX triplet: 19, 97 and CB. RGB value is (25,151,203). Sum of RGB (Red+Green+Blue) = 25+151+203=379 (50% of max value = 765). Red value is 25 (10.16% from 255 or 6.60% from 379); Green value is 151 (59.38% from 255 or 39.84% from 379); Blue value is 203 (79.69% from 255 or 53.56% from 379); Max value from RGB is 203 - color contains mainly: blue. Hex color #1997CB is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #1997CB is #E66834. Grayscale: #767676. Windows color (decimal): -15099957 or 13342489. OLE color: 13342489.

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

Color convert

RGB 25 151 203 -
CMYK 0.88 0.26 0 0.20
HSL 197.53º 0.78% 0.45% -
HSV(B) 197.53º 0.88% 0.8% -
XYZ 22.25 26.65 60.47 -
YUV 119.25 175.26 60.77 -
System Red Green Blue C M Y K H S L
Decimal 25 151 203 0.88 0.26 0 0.20 197.53 0.78 0.45
Hex 19 97 CB 58 1A 0 14 C6 4E 2D
Octal 31 227 313 130 32 0 24 306 116 55
Binary 11001 10010111 11001011 1011000 11010 0 10100 11000110 1001110 101101

Color Harmonies of #1997CB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1997CB

Black with #1997CB

Text Example


Text Example

White with #1997CB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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