Html Css Color HEX #1F9DAB Pelorous

📋 copy color: '#1F9DAB'

red 31 ◦ green 157 ◦ blue 171

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

Shades of Pelorous #1F9DAB

Tints of Pelorous #1F9DAB

RGB

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

 GREEN value IS 157 (61.72% from 255) = 43.73%

 BLUE value IS 171 (67.19% from 255) = 47.63%

R = 8.64%
G = 43.73%
B = 47.63%

CMYK

 C value IS 0.82

 M value IS 0.08

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#1F9DAB (or 0x1F9DAB) is known color: Pelorous. HEX triplet: 1F, 9D and AB. RGB value is (31,157,171). Sum of RGB (Red+Green+Blue) = 31+157+171=359 (47% of max value = 765). Red value is 31 (12.5% from 255 or 8.64% from 359); Green value is 157 (61.72% from 255 or 43.73% from 359); Blue value is 171 (67.19% from 255 or 47.63% from 359); Max value from RGB is 171 - color contains mainly: blue. Hex color #1F9DAB is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #1F9DAB is #E06254. Grayscale: #787878. Windows color (decimal): -14705237 or 11246879. OLE color: 11246879.

HSL color Cylindrical-coordinate representation of color #1F9DAB: hue angle of 186º 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 #1F9DAB is Cyan = 0.82, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 31 157 171 -
CMYK 0.82 0.08 0 0.33
HSL 186º 0.69% 0.4% -
HSV(B) 186º 0.82% 0.67% -
XYZ 19.97 27.35 42.75 -
YUV 120.92 156.26 63.86 -
System Red Green Blue C M Y K H S L
Decimal 31 157 171 0.82 0.08 0 0.33 186 0.69 0.4
Hex 1F 9D AB 52 8 0 21 BA 45 28
Octal 37 235 253 122 10 0 41 272 105 50
Binary 11111 10011101 10101011 1010010 1000 0 100001 10111010 1000101 101000

Color Harmonies of #1F9DAB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1F9DAB

Black with #1F9DAB

Text Example


Text Example

White with #1F9DAB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(31,157,171); }

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

background-color css

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

 a { background-color: rgb(31,157,171); }

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

border-color css

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

 span { border-color: rgb(31,157,171); }

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