Html Css Color HEX #1599CD Pacific Blue

📋 copy color: '#1599CD'

red 21 ◦ green 153 ◦ blue 205

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

Shades of Pacific Blue #1599CD

Tints of Pacific Blue #1599CD

RGB

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

 GREEN value IS 153 (60.16% from 255) = 40.37%

 BLUE value IS 205 (80.47% from 255) = 54.09%

R = 5.54%
G = 40.37%
B = 54.09%

CMYK

 C value IS 0.90

 M value IS 0.25

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#1599CD (or 0x1599CD) is known color: Pacific Blue. HEX triplet: 15, 99 and CD. RGB value is (21,153,205). Sum of RGB (Red+Green+Blue) = 21+153+205=379 (50% of max value = 765). Red value is 21 (8.59% from 255 or 5.54% from 379); Green value is 153 (60.16% from 255 or 40.37% from 379); Blue value is 205 (80.47% from 255 or 54.09% from 379); Max value from RGB is 205 - color contains mainly: blue. Hex color #1599CD is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #1599CD is #EA6632. Grayscale: #777777. Windows color (decimal): -15361587 or 13474069. OLE color: 13474069.

HSL color Cylindrical-coordinate representation of color #1599CD: hue angle of 196.96º 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 #1599CD is Cyan = 0.90, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 21 153 205 -
CMYK 0.90 0.25 0 0.20
HSL 196.96º 0.81% 0.44% -
HSV(B) 196.96º 0.9% 0.8% -
XYZ 22.72 27.35 61.84 -
YUV 119.46 176.27 57.77 -
System Red Green Blue C M Y K H S L
Decimal 21 153 205 0.90 0.25 0 0.20 196.96 0.81 0.44
Hex 15 99 CD 5A 19 0 14 C5 51 2C
Octal 25 231 315 132 31 0 24 305 121 54
Binary 10101 10011001 11001101 1011010 11001 0 10100 11000101 1010001 101100

Color Harmonies of #1599CD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1599CD

Black with #1599CD

Text Example


Text Example

White with #1599CD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #1599CD; }

 p { color: rgb(21,153,205); }

 H1.HeaderClassName
 {
   color: #1599CD;
 }
 .AnyTagClassName
 {
   color: #1599CD;
 }
</style>

background-color css

<style>
 a { background-color: #1599CD; }

 a { background-color: rgb(21,153,205); }

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

border-color css

<style>
 span { border-color: #1599CD; }

 span { border-color: rgb(21,153,205); }

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