Html Css Color HEX #1588AF Pelorous

📋 copy color: '#1588AF'

red 21 ◦ green 136 ◦ blue 175

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

Shades of Pelorous #1588AF

Tints of Pelorous #1588AF

RGB

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

 GREEN value IS 136 (53.52% from 255) = 40.96%

 BLUE value IS 175 (68.75% from 255) = 52.71%

R = 6.33%
G = 40.96%
B = 52.71%

CMYK

 C value IS 0.88

 M value IS 0.22

 Y value IS 0

 K value IS 0.31

RGB Variations

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

Color information

#1588AF (or 0x1588AF) is known color: Pelorous. HEX triplet: 15, 88 and AF. RGB value is (21,136,175). Sum of RGB (Red+Green+Blue) = 21+136+175=332 (43% of max value = 765). Red value is 21 (8.59% from 255 or 6.33% from 332); Green value is 136 (53.52% from 255 or 40.96% from 332); Blue value is 175 (68.75% from 255 or 52.71% from 332); Max value from RGB is 175 - color contains mainly: blue. Hex color #1588AF is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #1588AF is #EA7750. Grayscale: #696969. Windows color (decimal): -15365969 or 11503637. OLE color: 11503637.

HSL color Cylindrical-coordinate representation of color #1588AF: hue angle of 195.19º degrees, saturation: 0.79, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #1588AF is Cyan = 0.88, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB 21 136 175 -
CMYK 0.88 0.22 0 0.31
HSL 195.19º 0.79% 0.38% -
HSV(B) 195.19º 0.88% 0.69% -
XYZ 16.85 20.86 43.7 -
YUV 106.06 166.9 67.33 -
System Red Green Blue C M Y K H S L
Decimal 21 136 175 0.88 0.22 0 0.31 195.19 0.79 0.38
Hex 15 88 AF 58 16 0 1F C3 4F 26
Octal 25 210 257 130 26 0 37 303 117 46
Binary 10101 10001000 10101111 1011000 10110 0 11111 11000011 1001111 100110

Color Harmonies of #1588AF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1588AF

Black with #1588AF

Text Example


Text Example

White with #1588AF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #1588AF; }

 p { color: rgb(21,136,175); }

 H1.HeaderClassName
 {
   color: #1588AF;
 }
 .AnyTagClassName
 {
   color: #1588AF;
 }
</style>

background-color css

<style>
 a { background-color: #1588AF; }

 a { background-color: rgb(21,136,175); }

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

border-color css

<style>
 span { border-color: #1588AF; }

 span { border-color: rgb(21,136,175); }

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