Html Css Color HEX #1599BC Pelorous

📋 copy color: '#1599BC'

red 21 ◦ green 153 ◦ blue 188

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

Shades of Pelorous #1599BC

Tints of Pelorous #1599BC

RGB

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

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

 BLUE value IS 188 (73.83% from 255) = 51.93%

R = 5.8%
G = 42.27%
B = 51.93%

CMYK

 C value IS 0.89

 M value IS 0.19

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#1599BC (or 0x1599BC) is known color: Pelorous. HEX triplet: 15, 99 and BC. RGB value is (21,153,188). Sum of RGB (Red+Green+Blue) = 21+153+188=362 (47% of max value = 765). Red value is 21 (8.59% from 255 or 5.80% from 362); Green value is 153 (60.16% from 255 or 42.27% from 362); Blue value is 188 (73.83% from 255 or 51.93% from 362); Max value from RGB is 188 - color contains mainly: blue. Hex color #1599BC is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #1599BC is #EA6643. Grayscale: #757575. Windows color (decimal): -15361604 or 12359957. OLE color: 12359957.

HSL color Cylindrical-coordinate representation of color #1599BC: hue angle of 192.57º degrees, saturation: 0.8, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #1599BC is Cyan = 0.89, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB 21 153 188 -
CMYK 0.89 0.19 0 0.26
HSL 192.57º 0.8% 0.41% -
HSV(B) 192.57º 0.89% 0.74% -
XYZ 20.78 26.57 51.61 -
YUV 117.52 167.77 59.15 -
System Red Green Blue C M Y K H S L
Decimal 21 153 188 0.89 0.19 0 0.26 192.57 0.8 0.41
Hex 15 99 BC 59 13 0 1A C1 50 29
Octal 25 231 274 131 23 0 32 301 120 51
Binary 10101 10011001 10111100 1011001 10011 0 11010 11000001 1010000 101001

Color Harmonies of #1599BC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1599BC

Black with #1599BC

Text Example


Text Example

White with #1599BC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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