Html Css Color HEX #1FA5BE Pelorous

📋 copy color: '#1FA5BE'

red 31 ◦ green 165 ◦ blue 190

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

Shades of Pelorous #1FA5BE

Tints of Pelorous #1FA5BE

RGB

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

 GREEN value IS 165 (64.84% from 255) = 42.75%

 BLUE value IS 190 (74.61% from 255) = 49.22%

R = 8.03%
G = 42.75%
B = 49.22%

CMYK

 C value IS 0.84

 M value IS 0.13

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#1FA5BE (or 0x1FA5BE) is known color: Pelorous. HEX triplet: 1F, A5 and BE. RGB value is (31,165,190). Sum of RGB (Red+Green+Blue) = 31+165+190=386 (51% of max value = 765). Red value is 31 (12.5% from 255 or 8.03% from 386); Green value is 165 (64.84% from 255 or 42.75% from 386); Blue value is 190 (74.61% from 255 or 49.22% from 386); Max value from RGB is 190 - color contains mainly: blue. Hex color #1FA5BE is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #1FA5BE is #E05A41. Grayscale: #7F7F7F. Windows color (decimal): -14703170 or 12494111. OLE color: 12494111.

HSL color Cylindrical-coordinate representation of color #1FA5BE: hue angle of 189.43º degrees, saturation: 0.72, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #1FA5BE is Cyan = 0.84, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 31 165 190 -
CMYK 0.84 0.13 0 0.25
HSL 189.43º 0.72% 0.43% -
HSV(B) 189.43º 0.84% 0.75% -
XYZ 23.31 30.92 53.45 -
YUV 127.78 163.11 58.97 -
System Red Green Blue C M Y K H S L
Decimal 31 165 190 0.84 0.13 0 0.25 189.43 0.72 0.43
Hex 1F A5 BE 54 D 0 19 BD 48 2B
Octal 37 245 276 124 15 0 31 275 110 53
Binary 11111 10100101 10111110 1010100 1101 0 11001 10111101 1001000 101011

Color Harmonies of #1FA5BE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1FA5BE

Black with #1FA5BE

Text Example


Text Example

White with #1FA5BE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(31,165,190); }

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

background-color css

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

 a { background-color: rgb(31,165,190); }

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

border-color css

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

 span { border-color: rgb(31,165,190); }

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