Html Css Color HEX #1397CB Pacific Blue

📋 copy color: '#1397CB'

red 19 ◦ green 151 ◦ blue 203

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

Shades of Pacific Blue #1397CB

Tints of Pacific Blue #1397CB

RGB

 RED value IS 19 (7.81% from 255) = 5.09%

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

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

R = 5.09%
G = 40.48%
B = 54.42%

CMYK

 C value IS 0.91

 M value IS 0.26

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#1397CB (or 0x1397CB) is known color: Pacific Blue. HEX triplet: 13, 97 and CB. RGB value is (19,151,203). Sum of RGB (Red+Green+Blue) = 19+151+203=373 (49% of max value = 765). Red value is 19 (7.81% from 255 or 5.09% from 373); Green value is 151 (59.38% from 255 or 40.48% from 373); Blue value is 203 (79.69% from 255 or 54.42% from 373); Max value from RGB is 203 - color contains mainly: blue. Hex color #1397CB is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #1397CB is #EC6834. Grayscale: #757575. Windows color (decimal): -15493173 or 13342483. OLE color: 13342483.

HSL color Cylindrical-coordinate representation of color #1397CB: hue angle of 196.96º degrees, saturation: 0.83, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #1397CB is Cyan = 0.91, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 19 151 203 -
CMYK 0.91 0.26 0 0.20
HSL 196.96º 0.83% 0.44% -
HSV(B) 196.96º 0.91% 0.8% -
XYZ 22.11 26.58 60.47 -
YUV 117.46 176.27 57.77 -
System Red Green Blue C M Y K H S L
Decimal 19 151 203 0.91 0.26 0 0.20 196.96 0.83 0.44
Hex 13 97 CB 5B 1A 0 14 C5 53 2C
Octal 23 227 313 133 32 0 24 305 123 54
Binary 10011 10010111 11001011 1011011 11010 0 10100 11000101 1010011 101100

Color Harmonies of #1397CB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1397CB

Black with #1397CB

Text Example


Text Example

White with #1397CB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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