Html Css Color HEX #1599DE Pacific Blue

📋 copy color: '#1599DE'

red 21 ◦ green 153 ◦ blue 222

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

Shades of Pacific Blue #1599DE

Tints of Pacific Blue #1599DE

RGB

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

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

 BLUE value IS 222 (87.11% from 255) = 56.06%

R = 5.3%
G = 38.64%
B = 56.06%

CMYK

 C value IS 0.91

 M value IS 0.31

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#1599DE (or 0x1599DE) is known color: Pacific Blue. HEX triplet: 15, 99 and DE. RGB value is (21,153,222). Sum of RGB (Red+Green+Blue) = 21+153+222=396 (52% of max value = 765). Red value is 21 (8.59% from 255 or 5.30% from 396); Green value is 153 (60.16% from 255 or 38.64% from 396); Blue value is 222 (87.11% from 255 or 56.06% from 396); Max value from RGB is 222 - color contains mainly: blue. Hex color #1599DE is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #1599DE is #EA6621. Grayscale: #787878. Windows color (decimal): -15361570 or 14588181. OLE color: 14588181.

HSL color Cylindrical-coordinate representation of color #1599DE: hue angle of 200.6º degrees, saturation: 0.83, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #1599DE is Cyan = 0.91, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 21 153 222 -
CMYK 0.91 0.31 0 0.13
HSL 200.6º 0.83% 0.48% -
HSV(B) 200.6º 0.91% 0.87% -
XYZ 24.89 28.22 73.24 -
YUV 121.4 184.77 56.39 -
System Red Green Blue C M Y K H S L
Decimal 21 153 222 0.91 0.31 0 0.13 200.6 0.83 0.48
Hex 15 99 DE 5B 1F 0 D C9 53 30
Octal 25 231 336 133 37 0 15 311 123 60
Binary 10101 10011001 11011110 1011011 11111 0 1101 11001001 1010011 110000

Color Harmonies of #1599DE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1599DE

Black with #1599DE

Text Example


Text Example

White with #1599DE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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