Html Css Color HEX #1F9CBF Pelorous

📋 copy color: '#1F9CBF'

red 31 ◦ green 156 ◦ blue 191

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

Shades of Pelorous #1F9CBF

Tints of Pelorous #1F9CBF

RGB

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

 GREEN value IS 156 (61.33% from 255) = 41.27%

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

R = 8.2%
G = 41.27%
B = 50.53%

CMYK

 C value IS 0.84

 M value IS 0.18

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#1F9CBF (or 0x1F9CBF) is known color: Pelorous. HEX triplet: 1F, 9C and BF. RGB value is (31,156,191). Sum of RGB (Red+Green+Blue) = 31+156+191=378 (50% of max value = 765). Red value is 31 (12.5% from 255 or 8.20% from 378); Green value is 156 (61.33% from 255 or 41.27% from 378); Blue value is 191 (75% from 255 or 50.53% from 378); Max value from RGB is 191 - color contains mainly: blue. Hex color #1F9CBF is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #1F9CBF is #E06340. Grayscale: #7A7A7A. Windows color (decimal): -14705473 or 12557343. OLE color: 12557343.

HSL color Cylindrical-coordinate representation of color #1F9CBF: hue angle of 193.12º 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 #1F9CBF is Cyan = 0.84, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 31 156 191 -
CMYK 0.84 0.18 0 0.25
HSL 193.13º 0.72% 0.44% -
HSV(B) 193.13º 0.84% 0.75% -
XYZ 21.86 27.83 53.51 -
YUV 122.62 166.59 62.65 -
System Red Green Blue C M Y K H S L
Decimal 31 156 191 0.84 0.18 0 0.25 193.13 0.72 0.44
Hex 1F 9C BF 54 12 0 19 C1 48 2C
Octal 37 234 277 124 22 0 31 301 110 54
Binary 11111 10011100 10111111 1010100 10010 0 11001 11000001 1001000 101100

Color Harmonies of #1F9CBF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1F9CBF

Black with #1F9CBF

Text Example


Text Example

White with #1F9CBF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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