Html Css Color HEX #1597CC Pacific Blue

📋 copy color: '#1597CC'

red 21 ◦ green 151 ◦ blue 204

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

Shades of Pacific Blue #1597CC

Tints of Pacific Blue #1597CC

RGB

 RED value IS 21 (8.59% from 255) = 5.59%

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

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

R = 5.59%
G = 40.16%
B = 54.26%

CMYK

 C value IS 0.90

 M value IS 0.26

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#1597CC (or 0x1597CC) is known color: Pacific Blue. HEX triplet: 15, 97 and CC. RGB value is (21,151,204). Sum of RGB (Red+Green+Blue) = 21+151+204=376 (49% of max value = 765). Red value is 21 (8.59% from 255 or 5.59% from 376); Green value is 151 (59.38% from 255 or 40.16% from 376); Blue value is 204 (80.08% from 255 or 54.26% from 376); Max value from RGB is 204 - color contains mainly: blue. Hex color #1597CC is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #1597CC is #EA6833. Grayscale: #757575. Windows color (decimal): -15362100 or 13408021. OLE color: 13408021.

HSL color Cylindrical-coordinate representation of color #1597CC: hue angle of 197.38º degrees, saturation: 0.81, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #1597CC is Cyan = 0.90, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB 21 151 204 -
CMYK 0.90 0.26 0 0.2
HSL 197.38º 0.81% 0.44% -
HSV(B) 197.38º 0.9% 0.8% -
XYZ 22.27 26.65 61.1 -
YUV 118.17 176.43 58.69 -
System Red Green Blue C M Y K H S L
Decimal 21 151 204 0.90 0.26 0 0.2 197.38 0.81 0.44
Hex 15 97 CC 5A 1A 0 14 C5 51 2C
Octal 25 227 314 132 32 0 24 305 121 54
Binary 10101 10010111 11001100 1011010 11010 0 10100 11000101 1010001 101100

Color Harmonies of #1597CC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1597CC

Black with #1597CC

Text Example


Text Example

White with #1597CC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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