Html Css Color HEX #1599BA Pelorous

📋 copy color: '#1599BA'

red 21 ◦ green 153 ◦ blue 186

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

Shades of Pelorous #1599BA

Tints of Pelorous #1599BA

RGB

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

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

 BLUE value IS 186 (73.05% from 255) = 51.67%

R = 5.83%
G = 42.5%
B = 51.67%

CMYK

 C value IS 0.89

 M value IS 0.18

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#1599BA (or 0x1599BA) is known color: Pelorous. HEX triplet: 15, 99 and BA. RGB value is (21,153,186). Sum of RGB (Red+Green+Blue) = 21+153+186=360 (47% of max value = 765). Red value is 21 (8.59% from 255 or 5.83% from 360); Green value is 153 (60.16% from 255 or 42.5% from 360); Blue value is 186 (73.05% from 255 or 51.67% from 360); Max value from RGB is 186 - color contains mainly: blue. Hex color #1599BA is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #1599BA is #EA6645. Grayscale: #757575. Windows color (decimal): -15361606 or 12228885. OLE color: 12228885.

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

Color convert

RGB 21 153 186 -
CMYK 0.89 0.18 0 0.27
HSL 192º 0.8% 0.41% -
HSV(B) 192º 0.89% 0.73% -
XYZ 20.56 26.49 50.48 -
YUV 117.29 166.77 59.32 -
System Red Green Blue C M Y K H S L
Decimal 21 153 186 0.89 0.18 0 0.27 192 0.8 0.41
Hex 15 99 BA 59 12 0 1B C0 50 29
Octal 25 231 272 131 22 0 33 300 120 51
Binary 10101 10011001 10111010 1011001 10010 0 11011 11000000 1010000 101001

Color Harmonies of #1599BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1599BA

Black with #1599BA

Text Example


Text Example

White with #1599BA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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