Html Css Color HEX #1597CA Pacific Blue

📋 copy color: '#1597CA'

red 21 ◦ green 151 ◦ blue 202

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

Shades of Pacific Blue #1597CA

Tints of Pacific Blue #1597CA

RGB

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

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

 BLUE value IS 202 (79.3% from 255) = 54.01%

R = 5.61%
G = 40.37%
B = 54.01%

CMYK

 C value IS 0.90

 M value IS 0.25

 Y value IS 0

 K value IS 0.21

RGB Variations

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

Color information

#1597CA (or 0x1597CA) is known color: Pacific Blue. HEX triplet: 15, 97 and CA. RGB value is (21,151,202). Sum of RGB (Red+Green+Blue) = 21+151+202=374 (49% of max value = 765). Red value is 21 (8.59% from 255 or 5.61% from 374); Green value is 151 (59.38% from 255 or 40.37% from 374); Blue value is 202 (79.30% from 255 or 54.01% from 374); Max value from RGB is 202 - color contains mainly: blue. Hex color #1597CA is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #1597CA is #EA6835. Grayscale: #757575. Windows color (decimal): -15362102 or 13276949. OLE color: 13276949.

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

Color convert

RGB 21 151 202 -
CMYK 0.90 0.25 0 0.21
HSL 196.91º 0.81% 0.44% -
HSV(B) 196.91º 0.9% 0.79% -
XYZ 22.04 26.56 59.84 -
YUV 117.94 175.43 58.85 -
System Red Green Blue C M Y K H S L
Decimal 21 151 202 0.90 0.25 0 0.21 196.91 0.81 0.44
Hex 15 97 CA 5A 19 0 15 C5 51 2C
Octal 25 227 312 132 31 0 25 305 121 54
Binary 10101 10010111 11001010 1011010 11001 0 10101 11000101 1010001 101100

Color Harmonies of #1597CA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1597CA

Black with #1597CA

Text Example


Text Example

White with #1597CA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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