Html Css Color HEX #1F88AC Pelorous

📋 copy color: '#1F88AC'

red 31 ◦ green 136 ◦ blue 172

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

Shades of Pelorous #1F88AC

Tints of Pelorous #1F88AC

RGB

 RED value IS 31 (12.5% from 255) = 9.14%

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

 BLUE value IS 172 (67.58% from 255) = 50.74%

R = 9.14%
G = 40.12%
B = 50.74%

CMYK

 C value IS 0.82

 M value IS 0.21

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#1F88AC (or 0x1F88AC) is known color: Pelorous. HEX triplet: 1F, 88 and AC. RGB value is (31,136,172). Sum of RGB (Red+Green+Blue) = 31+136+172=339 (44% of max value = 765). Red value is 31 (12.5% from 255 or 9.14% from 339); Green value is 136 (53.52% from 255 or 40.12% from 339); Blue value is 172 (67.58% from 255 or 50.74% from 339); Max value from RGB is 172 - color contains mainly: blue. Hex color #1F88AC is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #1F88AC is #E07753. Grayscale: #6C6C6C. Windows color (decimal): -14710612 or 11307039. OLE color: 11307039.

HSL color Cylindrical-coordinate representation of color #1F88AC: hue angle of 195.32º degrees, saturation: 0.69, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #1F88AC is Cyan = 0.82, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 31 136 172 -
CMYK 0.82 0.21 0 0.33
HSL 195.32º 0.69% 0.4% -
HSV(B) 195.32º 0.82% 0.67% -
XYZ 16.82 20.88 42.17 -
YUV 108.71 163.71 72.57 -
System Red Green Blue C M Y K H S L
Decimal 31 136 172 0.82 0.21 0 0.33 195.32 0.69 0.4
Hex 1F 88 AC 52 15 0 21 C3 45 28
Octal 37 210 254 122 25 0 41 303 105 50
Binary 11111 10001000 10101100 1010010 10101 0 100001 11000011 1000101 101000

Color Harmonies of #1F88AC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1F88AC

Black with #1F88AC

Text Example


Text Example

White with #1F88AC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #1F88AC; }

 p { color: rgb(31,136,172); }

 H1.HeaderClassName
 {
   color: #1F88AC;
 }
 .AnyTagClassName
 {
   color: #1F88AC;
 }
</style>

background-color css

<style>
 a { background-color: #1F88AC; }

 a { background-color: rgb(31,136,172); }

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

border-color css

<style>
 span { border-color: #1F88AC; }

 span { border-color: rgb(31,136,172); }

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