#1FBACE

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

Shades of Iris Blue #1FBACE

Tints of Iris Blue #1FBACE

Color information

#1FBACE (or 0x1FBACE) is unknown color: approx Iris Blue. HEX triplet: 1F, BA and CE. RGB value is (31,186,206). Sum of RGB (Red+Green+Blue) = 31+186+206=423 (56% of max value = 765). Red value is 31 (12.5% from 255 or 7.33% from 423); Green value is 186 (73.05% from 255 or 43.97% from 423); Blue value is 206 (80.86% from 255 or 48.70% from 423); Max value from RGB is 206 - color contains mainly: blue. Hex color #1FBACE is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #1FBACE is #E04531. Grayscale: #8D8D8D. Windows color (decimal): -14697778 or 13548063. OLE color: 13548063.

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

Color convert

RGB31186206-
CMYK0.850.1000.19
HSL186.86º73.84%46.47%-
HSV(B)186.86º84.95%80.78%-
XYZ29.2639.8764.54-
YUV141.94164.1548.87-

RGB Variations

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

RGB

RED value IS 31 (12.5% from 255) = 7.33%
GREEN value IS 186 (73.05% from 255) = 43.97%
BLUE value IS 206 (80.86% from 255) = 48.70%
R=7.33%
G=43.97%
B=48.70%

CMYK

C (Cyan) values IS 0.85
M (Magenta) values IS 0.10
Y (Yellow) values IS 0
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal311862060.850.1000.19186.8673.8446.47
Hex1FBACE55A013bb4a2e
Octal372723161251202327311256
Binary11111101110101100111010101011010010011101110111001010101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1FBACE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(31,186,206); }

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

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

 a { background-color: rgb(31,186,206); }

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

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

 span { border-color: rgb(31,186,206); }

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