Html Css Color HEX #1FABCB Iris Blue

📋 copy color: '#1FABCB'

red 31 ◦ green 171 ◦ blue 203

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

Shades of Iris Blue #1FABCB

Tints of Iris Blue #1FABCB

RGB

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

 GREEN value IS 171 (67.19% from 255) = 42.22%

 BLUE value IS 203 (79.69% from 255) = 50.12%

R = 7.65%
G = 42.22%
B = 50.12%

CMYK

 C value IS 0.85

 M value IS 0.16

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#1FABCB (or 0x1FABCB) is known color: Iris Blue. HEX triplet: 1F, AB and CB. RGB value is (31,171,203). Sum of RGB (Red+Green+Blue) = 31+171+203=405 (53% of max value = 765). Red value is 31 (12.5% from 255 or 7.65% from 405); Green value is 171 (67.19% from 255 or 42.22% from 405); Blue value is 203 (79.69% from 255 or 50.12% from 405); Max value from RGB is 203 - color contains mainly: blue. Hex color #1FABCB is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #1FABCB is #E05434. Grayscale: #848484. Windows color (decimal): -14701621 or 13347615. OLE color: 13347615.

HSL color Cylindrical-coordinate representation of color #1FABCB: hue angle of 191.16º degrees, saturation: 0.74, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #1FABCB is Cyan = 0.85, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 31 171 203 -
CMYK 0.85 0.16 0 0.20
HSL 191.16º 0.74% 0.46% -
HSV(B) 191.16º 0.85% 0.8% -
XYZ 25.91 33.73 61.64 -
YUV 132.79 167.62 55.4 -
System Red Green Blue C M Y K H S L
Decimal 31 171 203 0.85 0.16 0 0.20 191.16 0.74 0.46
Hex 1F AB CB 55 10 0 14 BF 4A 2E
Octal 37 253 313 125 20 0 24 277 112 56
Binary 11111 10101011 11001011 1010101 10000 0 10100 10111111 1001010 101110

Color Harmonies of #1FABCB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1FABCB

Black with #1FABCB

Text Example


Text Example

White with #1FABCB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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