#1FB6C6

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

Shades of Iris Blue #1FB6C6

Tints of Iris Blue #1FB6C6

Color information

#1FB6C6 (or 0x1FB6C6) is unknown color: approx Iris Blue. HEX triplet: 1F, B6 and C6. RGB value is (31,182,198). Sum of RGB (Red+Green+Blue) = 31+182+198=411 (54% of max value = 765). Red value is 31 (12.5% from 255 or 7.54% from 411); Green value is 182 (71.48% from 255 or 44.28% from 411); Blue value is 198 (77.73% from 255 or 48.18% from 411); Max value from RGB is 198 - color contains mainly: blue. Hex color #1FB6C6 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #1FB6C6 is #E04939. Grayscale: #8A8A8A. Windows color (decimal): -14698810 or 13022751. OLE color: 13022751.

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

Color convert

RGB31182198-
CMYK0.840.0800.22
HSL185.75º72.93%44.9%-
HSV(B)185.75º84.34%77.65%-
XYZ27.4937.8259.28-
YUV138.67161.4751.2-

RGB Variations

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

RGB

RED value IS 31 (12.5% from 255) = 7.54%
GREEN value IS 182 (71.48% from 255) = 44.28%
BLUE value IS 198 (77.73% from 255) = 48.18%
R=7.54%
G=44.28%
B=48.18%

CMYK

C (Cyan) values IS 0.84
M (Magenta) values IS 0.08
Y (Yellow) values IS 0
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal311821980.840.0800.22185.7572.9344.9
Hex1FB6C6548016ba492d
Octal372663061241002627211155
Binary11111101101101100011010101001000010110101110101001001101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1FB6C6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(31,182,198); }

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

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

 a { background-color: rgb(31,182,198); }

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

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

 span { border-color: rgb(31,182,198); }

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