Html Css Color HEX #1599CF Pacific Blue

📋 copy color: '#1599CF'

red 21 ◦ green 153 ◦ blue 207

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

Shades of Pacific Blue #1599CF

Tints of Pacific Blue #1599CF

RGB

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

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

 BLUE value IS 207 (81.25% from 255) = 54.33%

R = 5.51%
G = 40.16%
B = 54.33%

CMYK

 C value IS 0.90

 M value IS 0.26

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#1599CF (or 0x1599CF) is known color: Pacific Blue. HEX triplet: 15, 99 and CF. RGB value is (21,153,207). Sum of RGB (Red+Green+Blue) = 21+153+207=381 (50% of max value = 765). Red value is 21 (8.59% from 255 or 5.51% from 381); Green value is 153 (60.16% from 255 or 40.16% from 381); Blue value is 207 (81.25% from 255 or 54.33% from 381); Max value from RGB is 207 - color contains mainly: blue. Hex color #1599CF is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #1599CF is #EA6630. Grayscale: #777777. Windows color (decimal): -15361585 or 13605141. OLE color: 13605141.

HSL color Cylindrical-coordinate representation of color #1599CF: hue angle of 197.42º degrees, saturation: 0.82, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #1599CF is Cyan = 0.90, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 21 153 207 -
CMYK 0.90 0.26 0 0.19
HSL 197.42º 0.82% 0.45% -
HSV(B) 197.42º 0.9% 0.81% -
XYZ 22.96 27.45 63.12 -
YUV 119.69 177.27 57.61 -
System Red Green Blue C M Y K H S L
Decimal 21 153 207 0.90 0.26 0 0.19 197.42 0.82 0.45
Hex 15 99 CF 5A 1A 0 13 C5 52 2D
Octal 25 231 317 132 32 0 23 305 122 55
Binary 10101 10011001 11001111 1011010 11010 0 10011 11000101 1010010 101101

Color Harmonies of #1599CF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1599CF

Black with #1599CF

Text Example


Text Example

White with #1599CF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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