Html Css Color HEX #1F96AB Pelorous

📋 copy color: '#1F96AB'

red 31 ◦ green 150 ◦ blue 171

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

Shades of Pelorous #1F96AB

Tints of Pelorous #1F96AB

RGB

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

 GREEN value IS 150 (58.98% from 255) = 42.61%

 BLUE value IS 171 (67.19% from 255) = 48.58%

R = 8.81%
G = 42.61%
B = 48.58%

CMYK

 C value IS 0.82

 M value IS 0.12

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#1F96AB (or 0x1F96AB) is known color: Pelorous. HEX triplet: 1F, 96 and AB. RGB value is (31,150,171). Sum of RGB (Red+Green+Blue) = 31+150+171=352 (46% of max value = 765). Red value is 31 (12.5% from 255 or 8.81% from 352); Green value is 150 (58.98% from 255 or 42.61% from 352); Blue value is 171 (67.19% from 255 or 48.58% from 352); Max value from RGB is 171 - color contains mainly: blue. Hex color #1F96AB is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #1F96AB is #E06954. Grayscale: #747474. Windows color (decimal): -14707029 or 11245087. OLE color: 11245087.

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

Color convert

RGB 31 150 171 -
CMYK 0.82 0.12 0 0.33
HSL 189º 0.69% 0.4% -
HSV(B) 189º 0.82% 0.67% -
XYZ 18.82 25.04 42.37 -
YUV 116.81 158.58 66.79 -
System Red Green Blue C M Y K H S L
Decimal 31 150 171 0.82 0.12 0 0.33 189 0.69 0.4
Hex 1F 96 AB 52 C 0 21 BD 45 28
Octal 37 226 253 122 14 0 41 275 105 50
Binary 11111 10010110 10101011 1010010 1100 0 100001 10111101 1000101 101000

Color Harmonies of #1F96AB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1F96AB

Black with #1F96AB

Text Example


Text Example

White with #1F96AB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(31,150,171); }

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

background-color css

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

 a { background-color: rgb(31,150,171); }

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

border-color css

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

 span { border-color: rgb(31,150,171); }

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