#1FB4C5

Color #1FB4C5 Iris Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Iris Blue #1FB4C5

Tints of Iris Blue #1FB4C5

Color information

#1FB4C5 (or 0x1FB4C5) is unknown color: approx Iris Blue. HEX triplet: 1F, B4 and C5. RGB value is (31,180,197). Sum of RGB (Red+Green+Blue) = 31+180+197=408 (54% of max value = 765). Red value is 31 (12.5% from 255 or 7.60% from 408); Green value is 180 (70.70% from 255 or 44.12% from 408); Blue value is 197 (77.34% from 255 or 48.28% from 408); Max value from RGB is 197 - color contains mainly: blue. Hex color #1FB4C5 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #1FB4C5 is #E04B3A. Grayscale: #898989. Windows color (decimal): -14699323 or 12956703. OLE color: 12956703.

HSL color Cylindrical-coordinate representation of color #1FB4C5: hue angle of 186.14º degrees, saturation: 0.73, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #1FB4C5 is Cyan = 0.84, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.23.

Color convert

RGB31180197-
CMYK0.840.0900.23
HSL186.14º72.81%44.71%-
HSV(B)186.14º84.26%77.25%-
XYZ26.9636.9758.54-
YUV137.39161.6452.12-

RGB Variations

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

RGB

RED value IS 31 (12.5% from 255) = 7.60%
GREEN value IS 180 (70.70% from 255) = 44.12%
BLUE value IS 197 (77.34% from 255) = 48.28%
R=7.60%
G=44.12%
B=48.28%

CMYK

C (Cyan) values IS 0.84
M (Magenta) values IS 0.09
Y (Yellow) values IS 0
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal311801970.840.0900.23186.1472.8144.71
Hex1FB4C5549017ba492d
Octal372643051241102727211155
Binary11111101101001100010110101001001010111101110101001001101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1FB4C5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(31,180,197); }

 H1.HeaderClassName
 {
   color: #1FB4C5;
 }
 .AnyTagClassName
 {
   color: #1FB4C5;
 }
</style>
background-color css

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

 a { background-color: rgb(31,180,197); }

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

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

 span { border-color: rgb(31,180,197); }

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