Html Css Color HEX #1598BB Pelorous

📋 copy color: '#1598BB'

red 21 ◦ green 152 ◦ blue 187

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

Shades of Pelorous #1598BB

Tints of Pelorous #1598BB

RGB

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

 GREEN value IS 152 (59.77% from 255) = 42.22%

 BLUE value IS 187 (73.44% from 255) = 51.94%

R = 5.83%
G = 42.22%
B = 51.94%

CMYK

 C value IS 0.89

 M value IS 0.19

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#1598BB (or 0x1598BB) is known color: Pelorous. HEX triplet: 15, 98 and BB. RGB value is (21,152,187). Sum of RGB (Red+Green+Blue) = 21+152+187=360 (47% of max value = 765). Red value is 21 (8.59% from 255 or 5.83% from 360); Green value is 152 (59.77% from 255 or 42.22% from 360); Blue value is 187 (73.44% from 255 or 51.94% from 360); Max value from RGB is 187 - color contains mainly: blue. Hex color #1598BB is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #1598BB is #EA6744. Grayscale: #747474. Windows color (decimal): -15361861 or 12294165. OLE color: 12294165.

HSL color Cylindrical-coordinate representation of color #1598BB: hue angle of 192.65º 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 #1598BB is Cyan = 0.89, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 21 152 187 -
CMYK 0.89 0.19 0 0.27
HSL 192.65º 0.8% 0.41% -
HSV(B) 192.65º 0.89% 0.73% -
XYZ 20.51 26.2 50.99 -
YUV 116.82 167.6 59.65 -
System Red Green Blue C M Y K H S L
Decimal 21 152 187 0.89 0.19 0 0.27 192.65 0.8 0.41
Hex 15 98 BB 59 13 0 1B C1 50 29
Octal 25 230 273 131 23 0 33 301 120 51
Binary 10101 10011000 10111011 1011001 10011 0 11011 11000001 1010000 101001

Color Harmonies of #1598BB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1598BB

Black with #1598BB

Text Example


Text Example

White with #1598BB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #1598BB; }

 p { color: rgb(21,152,187); }

 H1.HeaderClassName
 {
   color: #1598BB;
 }
 .AnyTagClassName
 {
   color: #1598BB;
 }
</style>

background-color css

<style>
 a { background-color: #1598BB; }

 a { background-color: rgb(21,152,187); }

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

border-color css

<style>
 span { border-color: #1598BB; }

 span { border-color: rgb(21,152,187); }

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