Html Css Color HEX #1F99BF Pelorous

📋 copy color: '#1F99BF'

red 31 ◦ green 153 ◦ blue 191

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

Shades of Pelorous #1F99BF

Tints of Pelorous #1F99BF

RGB

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

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

 BLUE value IS 191 (75% from 255) = 50.93%

R = 8.27%
G = 40.8%
B = 50.93%

CMYK

 C value IS 0.84

 M value IS 0.20

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#1F99BF (or 0x1F99BF) is known color: Pelorous. HEX triplet: 1F, 99 and BF. RGB value is (31,153,191). Sum of RGB (Red+Green+Blue) = 31+153+191=375 (49% of max value = 765). Red value is 31 (12.5% from 255 or 8.27% from 375); Green value is 153 (60.16% from 255 or 40.8% from 375); Blue value is 191 (75% from 255 or 50.93% from 375); Max value from RGB is 191 - color contains mainly: blue. Hex color #1F99BF is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #1F99BF is #E06640. Grayscale: #787878. Windows color (decimal): -14706241 or 12556575. OLE color: 12556575.

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

Color convert

RGB 31 153 191 -
CMYK 0.84 0.20 0 0.25
HSL 194.25º 0.72% 0.44% -
HSV(B) 194.25º 0.84% 0.75% -
XYZ 21.36 26.84 53.34 -
YUV 120.85 167.58 63.91 -
System Red Green Blue C M Y K H S L
Decimal 31 153 191 0.84 0.20 0 0.25 194.25 0.72 0.44
Hex 1F 99 BF 54 14 0 19 C2 48 2C
Octal 37 231 277 124 24 0 31 302 110 54
Binary 11111 10011001 10111111 1010100 10100 0 11001 11000010 1001000 101100

Color Harmonies of #1F99BF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1F99BF

Black with #1F99BF

Text Example


Text Example

White with #1F99BF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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