Html Css Color HEX #1F99AD Pelorous

📋 copy color: '#1F99AD'

red 31 ◦ green 153 ◦ blue 173

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

Shades of Pelorous #1F99AD

Tints of Pelorous #1F99AD

RGB

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

 GREEN value IS 153 (60.16% from 255) = 42.86%

 BLUE value IS 173 (67.97% from 255) = 48.46%

R = 8.68%
G = 42.86%
B = 48.46%

CMYK

 C value IS 0.82

 M value IS 0.12

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#1F99AD (or 0x1F99AD) is known color: Pelorous. HEX triplet: 1F, 99 and AD. RGB value is (31,153,173). Sum of RGB (Red+Green+Blue) = 31+153+173=357 (47% of max value = 765). Red value is 31 (12.5% from 255 or 8.68% from 357); Green value is 153 (60.16% from 255 or 42.86% from 357); Blue value is 173 (67.97% from 255 or 48.46% from 357); Max value from RGB is 173 - color contains mainly: blue. Hex color #1F99AD is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #1F99AD is #E06652. Grayscale: #767676. Windows color (decimal): -14706259 or 11376927. OLE color: 11376927.

HSL color Cylindrical-coordinate representation of color #1F99AD: hue angle of 188.45º degrees, saturation: 0.7, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #1F99AD is Cyan = 0.82, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB 31 153 173 -
CMYK 0.82 0.12 0 0.32
HSL 188.45º 0.7% 0.4% -
HSV(B) 188.45º 0.82% 0.68% -
XYZ 19.5 26.09 43.54 -
YUV 118.8 158.58 65.37 -
System Red Green Blue C M Y K H S L
Decimal 31 153 173 0.82 0.12 0 0.32 188.45 0.7 0.4
Hex 1F 99 AD 52 C 0 20 BC 46 28
Octal 37 231 255 122 14 0 40 274 106 50
Binary 11111 10011001 10101101 1010010 1100 0 100000 10111100 1000110 101000

Color Harmonies of #1F99AD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1F99AD

Black with #1F99AD

Text Example


Text Example

White with #1F99AD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(31,153,173); }

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

background-color css

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

 a { background-color: rgb(31,153,173); }

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

border-color css

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

 span { border-color: rgb(31,153,173); }

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