Html Css Color HEX #1F9ABE Pelorous

📋 copy color: '#1F9ABE'

red 31 ◦ green 154 ◦ blue 190

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

Shades of Pelorous #1F9ABE

Tints of Pelorous #1F9ABE

RGB

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

 GREEN value IS 154 (60.55% from 255) = 41.07%

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

R = 8.27%
G = 41.07%
B = 50.67%

CMYK

 C value IS 0.84

 M value IS 0.19

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#1F9ABE (or 0x1F9ABE) is known color: Pelorous. HEX triplet: 1F, 9A and BE. RGB value is (31,154,190). Sum of RGB (Red+Green+Blue) = 31+154+190=375 (49% of max value = 765). Red value is 31 (12.5% from 255 or 8.27% from 375); Green value is 154 (60.55% from 255 or 41.07% from 375); Blue value is 190 (74.61% from 255 or 50.67% from 375); Max value from RGB is 190 - color contains mainly: blue. Hex color #1F9ABE is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #1F9ABE is #E06541. Grayscale: #797979. Windows color (decimal): -14705986 or 12491295. OLE color: 12491295.

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

Color convert

RGB 31 154 190 -
CMYK 0.84 0.19 0 0.25
HSL 193.58º 0.72% 0.43% -
HSV(B) 193.58º 0.84% 0.75% -
XYZ 21.41 27.12 52.82 -
YUV 121.33 166.75 63.57 -
System Red Green Blue C M Y K H S L
Decimal 31 154 190 0.84 0.19 0 0.25 193.58 0.72 0.43
Hex 1F 9A BE 54 13 0 19 C2 48 2B
Octal 37 232 276 124 23 0 31 302 110 53
Binary 11111 10011010 10111110 1010100 10011 0 11001 11000010 1001000 101011

Color Harmonies of #1F9ABE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1F9ABE

Black with #1F9ABE

Text Example


Text Example

White with #1F9ABE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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