Html Css Color HEX #1F9EBC Pelorous

📋 copy color: '#1F9EBC'

red 31 ◦ green 158 ◦ blue 188

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

Shades of Pelorous #1F9EBC

Tints of Pelorous #1F9EBC

RGB

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

 GREEN value IS 158 (62.11% from 255) = 41.91%

 BLUE value IS 188 (73.83% from 255) = 49.87%

R = 8.22%
G = 41.91%
B = 49.87%

CMYK

 C value IS 0.84

 M value IS 0.16

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#1F9EBC (or 0x1F9EBC) is known color: Pelorous. HEX triplet: 1F, 9E and BC. RGB value is (31,158,188). Sum of RGB (Red+Green+Blue) = 31+158+188=377 (49% of max value = 765). Red value is 31 (12.5% from 255 or 8.22% from 377); Green value is 158 (62.11% from 255 or 41.91% from 377); Blue value is 188 (73.83% from 255 or 49.87% from 377); Max value from RGB is 188 - color contains mainly: blue. Hex color #1F9EBC is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #1F9EBC is #E06143. Grayscale: #7B7B7B. Windows color (decimal): -14704964 or 12361247. OLE color: 12361247.

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

Color convert

RGB 31 158 188 -
CMYK 0.84 0.16 0 0.26
HSL 191.47º 0.72% 0.43% -
HSV(B) 191.47º 0.84% 0.74% -
XYZ 21.87 28.38 51.9 -
YUV 123.45 164.42 62.06 -
System Red Green Blue C M Y K H S L
Decimal 31 158 188 0.84 0.16 0 0.26 191.47 0.72 0.43
Hex 1F 9E BC 54 10 0 1A BF 48 2B
Octal 37 236 274 124 20 0 32 277 110 53
Binary 11111 10011110 10111100 1010100 10000 0 11010 10111111 1001000 101011

Color Harmonies of #1F9EBC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1F9EBC

Black with #1F9EBC

Text Example


Text Example

White with #1F9EBC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(31,158,188); }

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

background-color css

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

 a { background-color: rgb(31,158,188); }

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

border-color css

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

 span { border-color: rgb(31,158,188); }

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